#922433
A dark, moderate red closely aligning with Brown.
About #922433
When working with digital screens, the color #922433 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 36, and 51.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 75% Magenta, 65% Yellow, and 43% Black. The HSL representation is 351.8° hue, 60.4% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#922433
RGB146, 36, 51
HSL351.8°, 60.4%, 35.7%
CMYK0%, 75%, 65%, 43%
HSV351.8°, 75.3%, 57.3%
LAB33.2, 46.3, 18.8
XYZ13.1, 7.6, 3.9
Decimal9577523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922433;
}
.text-color {
color: #922433;
}
.border-color {
border: 2px solid #922433;
}