#922416
A dark, vivid red closely aligning with Maroon.
About #922416
At its core, #922416 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 146 parts red, 36 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 75% magenta, 85% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#922416
RGB146, 36, 22
HSL6.8°, 73.8%, 32.9%
CMYK0%, 75%, 85%, 43%
HSV6.8°, 84.9%, 57.3%
LAB32.8, 44.9, 35.8
XYZ12.6, 7.4, 1.5
Decimal9577494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.45:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.07:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922416;
}
.text-color {
color: #922416;
}
.border-color {
border: 2px solid #922416;
}