#922449
A dark, moderate magenta closely aligning with Brown.
About #922449
Visually, #922449 is defined as a moderate magenta. Designers often compare it to the standard color Brown. This translates to an RGB value of rgb(146, 36, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 75% magenta, 50% yellow, and 43% black. The HSL representation is 339.8° hue, 60.4% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#922449
RGB146, 36, 73
HSL339.8°, 60.4%, 35.7%
CMYK0%, 75%, 50%, 43%
HSV339.8°, 75.3%, 57.3%
LAB33.7, 48.0, 5.2
XYZ13.7, 7.9, 7.1
Decimal9577545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.17:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.81:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922449;
}
.text-color {
color: #922449;
}
.border-color {
border: 2px solid #922449;
}