Shades of Burnt Crimson #591011
Tints of Burnt Crimson #591011
RGB
CMYK
RGB Variations
Color information
#591011 (or 0x591011) is known color: Burnt Crimson. HEX triplet: 59, 10 and 11. RGB value is (89,16,17). Sum of RGB (Red+Green+Blue) = 89+16+17=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #591011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591011 is #A6EFEE. Grayscale: #262626. Windows color (decimal): -10940399 or 1118297. OLE color: 1118297.
HSL color Cylindrical-coordinate representation of color #591011: hue angle of 359.18º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591011 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 17 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.65 |
| HSL | 359.18º | 0.7% | 0.21% | - |
| HSV(B) | 359.18º | 0.82% | 0.35% | - |
| XYZ | 4.41 | 2.53 | 0.79 | - |
| YUV | 37.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 17 | 0 | 0.82 | 0.81 | 0.65 | 359.18 | 0.7 | 0.21 |
| Hex | 59 | 10 | 11 | 0 | 52 | 51 | 41 | 167 | 46 | 15 |
| Octal | 131 | 20 | 21 | 0 | 122 | 121 | 101 | 547 | 106 | 25 |
| Binary | 1011001 | 10000 | 10001 | 0 | 1010010 | 1010001 | 1000001 | 101100111 | 1000110 | 10101 |
Color Harmonies of #591011
Complementary color
Monochromatic Colors of #591011
Black with #591011
Text Example
Text Example
White with #591011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591011; }
p { color: rgb(89,16,17); }
H1.HeaderClassName
{
color: #591011;
}
.AnyTagClassName
{
color: #591011;
}
</style>
background-color css
<style>
a { background-color: #591011; }
a { background-color: rgb(89,16,17); }
div.DivClassName
{
background-color: #591011;
}
.BgClassName
{
background-color: #591011;
}
</style>
border-color css
<style>
span { border-color: #591011; }
span { border-color: rgb(89,16,17); }
td.TdClassName
{
border-color: #591011;
}
.TagClassName
{
border-color: #591011;
}
</style>