Shades of Burnt Crimson #5D2329
Tints of Burnt Crimson #5D2329
RGB
CMYK
RGB Variations
Color information
#5D2329 (or 0x5D2329) is known color: Burnt Crimson. HEX triplet: 5D, 23 and 29. RGB value is (93,35,41). Sum of RGB (Red+Green+Blue) = 93+35+41=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2329 is #A2DCD6. Grayscale: #353535. Windows color (decimal): -10673367 or 2696029. OLE color: 2696029.
HSL color Cylindrical-coordinate representation of color #5D2329: hue angle of 353.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D2329 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 41 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.64 |
| HSL | 353.79º | 0.45% | 0.25% | - |
| HSV(B) | 353.79º | 0.62% | 0.36% | - |
| XYZ | 5.52 | 3.69 | 2.52 | - |
| YUV | 53.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 41 | 0 | 0.62 | 0.56 | 0.64 | 353.79 | 0.45 | 0.25 |
| Hex | 5D | 23 | 29 | 0 | 3E | 38 | 40 | 162 | 2D | 19 |
| Octal | 135 | 43 | 51 | 0 | 76 | 70 | 100 | 542 | 55 | 31 |
| Binary | 1011101 | 100011 | 101001 | 0 | 111110 | 111000 | 1000000 | 101100010 | 101101 | 11001 |
Color Harmonies of #5D2329
Complementary color
Monochromatic Colors of #5D2329
Black with #5D2329
Text Example
Text Example
White with #5D2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2329; }
p { color: rgb(93,35,41); }
H1.HeaderClassName
{
color: #5D2329;
}
.AnyTagClassName
{
color: #5D2329;
}
</style>
background-color css
<style>
a { background-color: #5D2329; }
a { background-color: rgb(93,35,41); }
div.DivClassName
{
background-color: #5D2329;
}
.BgClassName
{
background-color: #5D2329;
}
</style>
border-color css
<style>
span { border-color: #5D2329; }
span { border-color: rgb(93,35,41); }
td.TdClassName
{
border-color: #5D2329;
}
.TagClassName
{
border-color: #5D2329;
}
</style>