#49161D
A very dark, moderate red closely aligning with Black.
About #49161D
Visually, #49161D is defined as a moderate red. Its closest recognized web color is Black. This translates to an RGB value of rgb(73, 22, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 70% Magenta, 60% Yellow, and 71% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49161D
RGB73, 22, 29
HSL351.8°, 53.7%, 18.6%
CMYK0%, 70%, 60%, 71%
HSV351.8°, 69.9%, 28.6%
LAB15.9, 24.9, 8.2
XYZ3.3, 2.1, 1.4
Decimal4789789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.83:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.18:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49161D;
}
.text-color {
color: #49161D;
}
.border-color {
border: 2px solid #49161D;
}