Shades of Burnt Crimson #590F11
Tints of Burnt Crimson #590F11
RGB
CMYK
RGB Variations
Color information
#590F11 (or 0x590F11) is known color: Burnt Crimson. HEX triplet: 59, 0F and 11. RGB value is (89,15,17). Sum of RGB (Red+Green+Blue) = 89+15+17=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F11 is #A6F0EE. Grayscale: #252525. Windows color (decimal): -10940655 or 1118041. OLE color: 1118041.
HSL color Cylindrical-coordinate representation of color #590F11: hue angle of 358.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F11 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 15 | 17 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.65 |
| HSL | 358.38º | 0.71% | 0.2% | - |
| HSV(B) | 358.38º | 0.83% | 0.35% | - |
| XYZ | 4.39 | 2.51 | 0.78 | - |
| YUV | 37.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 17 | 0 | 0.83 | 0.81 | 0.65 | 358.38 | 0.71 | 0.2 |
| Hex | 59 | F | 11 | 0 | 53 | 51 | 41 | 166 | 47 | 14 |
| Octal | 131 | 17 | 21 | 0 | 123 | 121 | 101 | 546 | 107 | 24 |
| Binary | 1011001 | 1111 | 10001 | 0 | 1010011 | 1010001 | 1000001 | 101100110 | 1000111 | 10100 |
Color Harmonies of #590F11
Complementary color
Monochromatic Colors of #590F11
Black with #590F11
Text Example
Text Example
White with #590F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F11; }
p { color: rgb(89,15,17); }
H1.HeaderClassName
{
color: #590F11;
}
.AnyTagClassName
{
color: #590F11;
}
</style>
background-color css
<style>
a { background-color: #590F11; }
a { background-color: rgb(89,15,17); }
div.DivClassName
{
background-color: #590F11;
}
.BgClassName
{
background-color: #590F11;
}
</style>
border-color css
<style>
span { border-color: #590F11; }
span { border-color: rgb(89,15,17); }
td.TdClassName
{
border-color: #590F11;
}
.TagClassName
{
border-color: #590F11;
}
</style>