#7C1633
A dark, moderate magenta closely aligning with Brown.
About #7C1633
The precise color #7C1633 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(124, 22, 51).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 82% M, 59% Y, and 51% K. The HSL representation is 342.9° hue, 69.9% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C1633
RGB124, 22, 51
HSL342.9°, 69.9%, 28.6%
CMYK0%, 82%, 59%, 51%
HSV342.9°, 82.3%, 48.6%
LAB27.0, 44.1, 9.8
XYZ9.2, 5.1, 3.6
Decimal8132147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.40:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.94:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1633;
}
.text-color {
color: #7C1633;
}
.border-color {
border: 2px solid #7C1633;
}