Shades of Burnt Crimson #591118
Tints of Burnt Crimson #591118
RGB
CMYK
RGB Variations
Color information
#591118 (or 0x591118) is known color: Burnt Crimson. HEX triplet: 59, 11 and 18. RGB value is (89,17,24). Sum of RGB (Red+Green+Blue) = 89+17+24=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #591118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591118 is #A6EEE7. Grayscale: #272727. Windows color (decimal): -10940136 or 1577305. OLE color: 1577305.
HSL color Cylindrical-coordinate representation of color #591118: hue angle of 354.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591118 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 24 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.65 |
| HSL | 354.17º | 0.68% | 0.21% | - |
| HSV(B) | 354.17º | 0.81% | 0.35% | - |
| XYZ | 4.49 | 2.59 | 1.13 | - |
| YUV | 39.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 24 | 0 | 0.81 | 0.73 | 0.65 | 354.17 | 0.68 | 0.21 |
| Hex | 59 | 11 | 18 | 0 | 51 | 49 | 41 | 162 | 44 | 15 |
| Octal | 131 | 21 | 30 | 0 | 121 | 111 | 101 | 542 | 104 | 25 |
| Binary | 1011001 | 10001 | 11000 | 0 | 1010001 | 1001001 | 1000001 | 101100010 | 1000100 | 10101 |
Color Harmonies of #591118
Complementary color
Monochromatic Colors of #591118
Black with #591118
Text Example
Text Example
White with #591118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591118; }
p { color: rgb(89,17,24); }
H1.HeaderClassName
{
color: #591118;
}
.AnyTagClassName
{
color: #591118;
}
</style>
background-color css
<style>
a { background-color: #591118; }
a { background-color: rgb(89,17,24); }
div.DivClassName
{
background-color: #591118;
}
.BgClassName
{
background-color: #591118;
}
</style>
border-color css
<style>
span { border-color: #591118; }
span { border-color: rgb(89,17,24); }
td.TdClassName
{
border-color: #591118;
}
.TagClassName
{
border-color: #591118;
}
</style>