#66243A
A dark, moderate magenta closely aligning with Brown.
About #66243A
Visually, #66243A is defined as a moderate magenta. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 36, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 65% M, 43% Y, and 60% K. With a hue angle of 340.0 degrees, it sits comfortably in the magenta spectrum.
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#66243A
RGB102, 36, 58
HSL340.0°, 47.8%, 27.1%
CMYK0%, 65%, 43%, 60%
HSV340.0°, 64.7%, 40.0%
LAB24.9, 31.9, 1.5
XYZ6.9, 4.4, 4.5
Decimal6693946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.18:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.69:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66243A;
}
.text-color {
color: #66243A;
}
.border-color {
border: 2px solid #66243A;
}