#992449
A dark, moderate magenta closely aligning with Brown.
About #992449
At its core, #992449 is a dark and moderate hue. Its closest recognized web color is Brown. This translates to an RGB value of rgb(153, 36, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 76% Magenta, 52% Yellow, and 40% Black. The HSL representation is 341.0° hue, 61.9% saturation, and 37.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#992449
RGB153, 36, 73
HSL341.0°, 61.9%, 37.1%
CMYK0%, 76%, 52%, 40%
HSV341.0°, 76.5%, 60.0%
LAB35.0, 50.1, 7.3
XYZ15.0, 8.5, 7.2
Decimal10036297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992449;
}
.text-color {
color: #992449;
}
.border-color {
border: 2px solid #992449;
}