#75163A
A dark, moderate magenta closely aligning with Brown.
About #75163A
The hex code #75163A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 117 parts red, 22 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 81% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75163A
RGB117, 22, 58
HSL337.3°, 68.3%, 27.3%
CMYK0%, 81%, 50%, 54%
HSV337.3°, 81.2%, 45.9%
LAB25.7, 42.7, 3.0
XYZ8.4, 4.7, 4.5
Decimal7673402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75163A;
}
.text-color {
color: #75163A;
}
.border-color {
border: 2px solid #75163A;
}