Shades of Burnt Crimson #591E24
Tints of Burnt Crimson #591E24
RGB
CMYK
RGB Variations
Color information
#591E24 (or 0x591E24) is known color: Burnt Crimson. HEX triplet: 59, 1E and 24. RGB value is (89,30,36). Sum of RGB (Red+Green+Blue) = 89+30+36=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E24 is #A6E1DB. Grayscale: #303030. Windows color (decimal): -10936796 or 2367065. OLE color: 2367065.
HSL color Cylindrical-coordinate representation of color #591E24: hue angle of 353.9º 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 #591E24 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 30 | 36 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.65 |
| HSL | 353.9º | 0.5% | 0.23% | - |
| HSV(B) | 353.9º | 0.66% | 0.35% | - |
| XYZ | 4.9 | 3.18 | 2.02 | - |
| YUV | 48.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 36 | 0 | 0.66 | 0.60 | 0.65 | 353.9 | 0.5 | 0.23 |
| Hex | 59 | 1E | 24 | 0 | 42 | 3C | 41 | 162 | 32 | 17 |
| Octal | 131 | 36 | 44 | 0 | 102 | 74 | 101 | 542 | 62 | 27 |
| Binary | 1011001 | 11110 | 100100 | 0 | 1000010 | 111100 | 1000001 | 101100010 | 110010 | 10111 |
Color Harmonies of #591E24
Complementary color
Monochromatic Colors of #591E24
Black with #591E24
Text Example
Text Example
White with #591E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E24; }
p { color: rgb(89,30,36); }
H1.HeaderClassName
{
color: #591E24;
}
.AnyTagClassName
{
color: #591E24;
}
</style>
background-color css
<style>
a { background-color: #591E24; }
a { background-color: rgb(89,30,36); }
div.DivClassName
{
background-color: #591E24;
}
.BgClassName
{
background-color: #591E24;
}
</style>
border-color css
<style>
span { border-color: #591E24; }
span { border-color: rgb(89,30,36); }
td.TdClassName
{
border-color: #591E24;
}
.TagClassName
{
border-color: #591E24;
}
</style>