#661D33
A dark, moderate magenta closely aligning with Brown.
About #661D33
The precise color #661D33 is an excellent choice for modern design projects. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(102, 29, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 72% M, 50% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
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#661D33
RGB102, 29, 51
HSL341.9°, 55.7%, 25.7%
CMYK0%, 72%, 50%, 60%
HSV341.9°, 71.6%, 40.0%
LAB23.5, 34.5, 4.2
XYZ6.5, 3.9, 3.5
Decimal6692147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.74:1
Text on #FFFFFF
AAA
1.79:1
Text on #000000
FAIL
11.22:1
Text on #F8FAFC
AAA
1.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #661D33;
}
.text-color {
color: #661D33;
}
.border-color {
border: 2px solid #661D33;
}