Shades of Burnt Crimson #59080E
Tints of Burnt Crimson #59080E
RGB
CMYK
RGB Variations
Color information
#59080E (or 0x59080E) is known color: Burnt Crimson. HEX triplet: 59, 08 and 0E. RGB value is (89,8,14). Sum of RGB (Red+Green+Blue) = 89+8+14=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #59080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59080E is #A6F7F1. Grayscale: #202020. Windows color (decimal): -10942450 or 919641. OLE color: 919641.
HSL color Cylindrical-coordinate representation of color #59080E: hue angle of 355.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59080E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 14 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.65 |
| HSL | 355.56º | 0.84% | 0.19% | - |
| HSV(B) | 355.56º | 0.91% | 0.35% | - |
| XYZ | 4.29 | 2.33 | 0.64 | - |
| YUV | 32.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 14 | 0 | 0.91 | 0.84 | 0.65 | 355.56 | 0.84 | 0.19 |
| Hex | 59 | 8 | E | 0 | 5B | 54 | 41 | 164 | 54 | 13 |
| Octal | 131 | 10 | 16 | 0 | 133 | 124 | 101 | 544 | 124 | 23 |
| Binary | 1011001 | 1000 | 1110 | 0 | 1011011 | 1010100 | 1000001 | 101100100 | 1010100 | 10011 |
Color Harmonies of #59080E
Complementary color
Monochromatic Colors of #59080E
Black with #59080E
Text Example
Text Example
White with #59080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59080E; }
p { color: rgb(89,8,14); }
H1.HeaderClassName
{
color: #59080E;
}
.AnyTagClassName
{
color: #59080E;
}
</style>
background-color css
<style>
a { background-color: #59080E; }
a { background-color: rgb(89,8,14); }
div.DivClassName
{
background-color: #59080E;
}
.BgClassName
{
background-color: #59080E;
}
</style>
border-color css
<style>
span { border-color: #59080E; }
span { border-color: rgb(89,8,14); }
td.TdClassName
{
border-color: #59080E;
}
.TagClassName
{
border-color: #59080E;
}
</style>