Shades of Burnt Crimson #59090D
Tints of Burnt Crimson #59090D
RGB
CMYK
RGB Variations
Color information
#59090D (or 0x59090D) is known color: Burnt Crimson. HEX triplet: 59, 09 and 0D. RGB value is (89,9,13). Sum of RGB (Red+Green+Blue) = 89+9+13=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #59090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59090D is #A6F6F2. Grayscale: #212121. Windows color (decimal): -10942195 or 854361. OLE color: 854361.
HSL color Cylindrical-coordinate representation of color #59090D: hue angle of 357º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59090D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 13 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.65 |
| HSL | 357º | 0.82% | 0.19% | - |
| HSV(B) | 357º | 0.9% | 0.35% | - |
| XYZ | 4.29 | 2.35 | 0.61 | - |
| YUV | 33.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 13 | 0 | 0.90 | 0.85 | 0.65 | 357 | 0.82 | 0.19 |
| Hex | 59 | 9 | D | 0 | 5A | 55 | 41 | 165 | 52 | 13 |
| Octal | 131 | 11 | 15 | 0 | 132 | 125 | 101 | 545 | 122 | 23 |
| Binary | 1011001 | 1001 | 1101 | 0 | 1011010 | 1010101 | 1000001 | 101100101 | 1010010 | 10011 |
Color Harmonies of #59090D
Complementary color
Monochromatic Colors of #59090D
Black with #59090D
Text Example
Text Example
White with #59090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59090D; }
p { color: rgb(89,9,13); }
H1.HeaderClassName
{
color: #59090D;
}
.AnyTagClassName
{
color: #59090D;
}
</style>
background-color css
<style>
a { background-color: #59090D; }
a { background-color: rgb(89,9,13); }
div.DivClassName
{
background-color: #59090D;
}
.BgClassName
{
background-color: #59090D;
}
</style>
border-color css
<style>
span { border-color: #59090D; }
span { border-color: rgb(89,9,13); }
td.TdClassName
{
border-color: #59090D;
}
.TagClassName
{
border-color: #59090D;
}
</style>