Shades of Burnt Crimson #5D2129
Tints of Burnt Crimson #5D2129
RGB
CMYK
RGB Variations
Color information
#5D2129 (or 0x5D2129) is known color: Burnt Crimson. HEX triplet: 5D, 21 and 29. RGB value is (93,33,41). Sum of RGB (Red+Green+Blue) = 93+33+41=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2129 is #A2DED6. Grayscale: #333333. Windows color (decimal): -10673879 or 2695517. OLE color: 2695517.
HSL color Cylindrical-coordinate representation of color #5D2129: hue angle of 352º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2129 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 41 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.64 |
| HSL | 352º | 0.48% | 0.25% | - |
| HSV(B) | 352º | 0.65% | 0.36% | - |
| XYZ | 5.46 | 3.57 | 2.5 | - |
| YUV | 51.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 41 | 0 | 0.65 | 0.56 | 0.64 | 352 | 0.48 | 0.25 |
| Hex | 5D | 21 | 29 | 0 | 41 | 38 | 40 | 160 | 30 | 19 |
| Octal | 135 | 41 | 51 | 0 | 101 | 70 | 100 | 540 | 60 | 31 |
| Binary | 1011101 | 100001 | 101001 | 0 | 1000001 | 111000 | 1000000 | 101100000 | 110000 | 11001 |
Color Harmonies of #5D2129
Complementary color
Monochromatic Colors of #5D2129
Black with #5D2129
Text Example
Text Example
White with #5D2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2129; }
p { color: rgb(93,33,41); }
H1.HeaderClassName
{
color: #5D2129;
}
.AnyTagClassName
{
color: #5D2129;
}
</style>
background-color css
<style>
a { background-color: #5D2129; }
a { background-color: rgb(93,33,41); }
div.DivClassName
{
background-color: #5D2129;
}
.BgClassName
{
background-color: #5D2129;
}
</style>
border-color css
<style>
span { border-color: #5D2129; }
span { border-color: rgb(93,33,41); }
td.TdClassName
{
border-color: #5D2129;
}
.TagClassName
{
border-color: #5D2129;
}
</style>