#50001D
A very dark, vivid magenta closely aligning with Maroon.
About #50001D
At its core, #50001D is a very dark and vivid hue. Its closest recognized web color is Maroon. Its digital footprint relies on 80 parts red, 0 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 64% yellow, and 69% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#50001D
RGB80, 0, 29
HSL338.2°, 100.0%, 15.7%
CMYK0%, 100%, 64%, 69%
HSV338.2°, 100.0%, 31.4%
LAB14.4, 35.9, 6.4
XYZ3.5, 1.8, 1.3
Decimal5242909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.45:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.77:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #50001D;
}
.text-color {
color: #50001D;
}
.border-color {
border: 2px solid #50001D;
}