#921633
A dark, vivid red closely aligning with Brown.
About #921633
At its core, #921633 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(146, 22, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 85% magenta, 65% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#921633
RGB146, 22, 51
HSL346.0°, 73.8%, 32.9%
CMYK0%, 85%, 65%, 43%
HSV346.0°, 84.9%, 57.3%
LAB31.6, 50.6, 16.8
XYZ12.7, 6.9, 3.8
Decimal9573939
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.81:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921633;
}
.text-color {
color: #921633;
}
.border-color {
border: 2px solid #921633;
}