Shades of Burnt Crimson #591E20
Tints of Burnt Crimson #591E20
RGB
CMYK
RGB Variations
Color information
#591E20 (or 0x591E20) is known color: Burnt Crimson. HEX triplet: 59, 1E and 20. RGB value is (89,30,32). Sum of RGB (Red+Green+Blue) = 89+30+32=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E20 is #A6E1DF. Grayscale: #2F2F2F. Windows color (decimal): -10936800 or 2104921. OLE color: 2104921.
HSL color Cylindrical-coordinate representation of color #591E20: hue angle of 357.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E20 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 30 | 32 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.65 |
| HSL | 357.97º | 0.5% | 0.23% | - |
| HSV(B) | 357.97º | 0.66% | 0.35% | - |
| XYZ | 4.84 | 3.16 | 1.72 | - |
| YUV | 47.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 32 | 0 | 0.66 | 0.64 | 0.65 | 357.97 | 0.5 | 0.23 |
| Hex | 59 | 1E | 20 | 0 | 42 | 40 | 41 | 166 | 32 | 17 |
| Octal | 131 | 36 | 40 | 0 | 102 | 100 | 101 | 546 | 62 | 27 |
| Binary | 1011001 | 11110 | 100000 | 0 | 1000010 | 1000000 | 1000001 | 101100110 | 110010 | 10111 |
Color Harmonies of #591E20
Complementary color
Monochromatic Colors of #591E20
Black with #591E20
Text Example
Text Example
White with #591E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E20; }
p { color: rgb(89,30,32); }
H1.HeaderClassName
{
color: #591E20;
}
.AnyTagClassName
{
color: #591E20;
}
</style>
background-color css
<style>
a { background-color: #591E20; }
a { background-color: rgb(89,30,32); }
div.DivClassName
{
background-color: #591E20;
}
.BgClassName
{
background-color: #591E20;
}
</style>
border-color css
<style>
span { border-color: #591E20; }
span { border-color: rgb(89,30,32); }
td.TdClassName
{
border-color: #591E20;
}
.TagClassName
{
border-color: #591E20;
}
</style>