Shades of Burnt Crimson #59090C
Tints of Burnt Crimson #59090C
RGB
CMYK
RGB Variations
Color information
#59090C (or 0x59090C) is known color: Burnt Crimson. HEX triplet: 59, 09 and 0C. RGB value is (89,9,12). Sum of RGB (Red+Green+Blue) = 89+9+12=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #59090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59090C is #A6F6F3. Grayscale: #212121. Windows color (decimal): -10942196 or 788825. OLE color: 788825.
HSL color Cylindrical-coordinate representation of color #59090C: hue angle of 357.75º 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 #59090C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 12 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.65 |
| HSL | 357.75º | 0.82% | 0.19% | - |
| HSV(B) | 357.75º | 0.9% | 0.35% | - |
| XYZ | 4.28 | 2.35 | 0.57 | - |
| YUV | 33.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 12 | 0 | 0.90 | 0.87 | 0.65 | 357.75 | 0.82 | 0.19 |
| Hex | 59 | 9 | C | 0 | 5A | 57 | 41 | 166 | 52 | 13 |
| Octal | 131 | 11 | 14 | 0 | 132 | 127 | 101 | 546 | 122 | 23 |
| Binary | 1011001 | 1001 | 1100 | 0 | 1011010 | 1010111 | 1000001 | 101100110 | 1010010 | 10011 |
Color Harmonies of #59090C
Complementary color
Monochromatic Colors of #59090C
Black with #59090C
Text Example
Text Example
White with #59090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59090C; }
p { color: rgb(89,9,12); }
H1.HeaderClassName
{
color: #59090C;
}
.AnyTagClassName
{
color: #59090C;
}
</style>
background-color css
<style>
a { background-color: #59090C; }
a { background-color: rgb(89,9,12); }
div.DivClassName
{
background-color: #59090C;
}
.BgClassName
{
background-color: #59090C;
}
</style>
border-color css
<style>
span { border-color: #59090C; }
span { border-color: rgb(89,9,12); }
td.TdClassName
{
border-color: #59090C;
}
.TagClassName
{
border-color: #59090C;
}
</style>