Shades of Burnt Crimson #591F28
Tints of Burnt Crimson #591F28
RGB
CMYK
RGB Variations
Color information
#591F28 (or 0x591F28) is known color: Burnt Crimson. HEX triplet: 59, 1F and 28. RGB value is (89,31,40). Sum of RGB (Red+Green+Blue) = 89+31+40=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F28 is #A6E0D7. Grayscale: #313131. Windows color (decimal): -10936536 or 2629465. OLE color: 2629465.
HSL color Cylindrical-coordinate representation of color #591F28: hue angle of 350.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F28 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 40 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.65 |
| HSL | 350.69º | 0.48% | 0.24% | - |
| HSV(B) | 350.69º | 0.65% | 0.35% | - |
| XYZ | 4.99 | 3.26 | 2.37 | - |
| YUV | 49.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 40 | 0 | 0.65 | 0.55 | 0.65 | 350.69 | 0.48 | 0.24 |
| Hex | 59 | 1F | 28 | 0 | 41 | 37 | 41 | 15F | 30 | 18 |
| Octal | 131 | 37 | 50 | 0 | 101 | 67 | 101 | 537 | 60 | 30 |
| Binary | 1011001 | 11111 | 101000 | 0 | 1000001 | 110111 | 1000001 | 101011111 | 110000 | 11000 |
Color Harmonies of #591F28
Complementary color
Monochromatic Colors of #591F28
Black with #591F28
Text Example
Text Example
White with #591F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F28; }
p { color: rgb(89,31,40); }
H1.HeaderClassName
{
color: #591F28;
}
.AnyTagClassName
{
color: #591F28;
}
</style>
background-color css
<style>
a { background-color: #591F28; }
a { background-color: rgb(89,31,40); }
div.DivClassName
{
background-color: #591F28;
}
.BgClassName
{
background-color: #591F28;
}
</style>
border-color css
<style>
span { border-color: #591F28; }
span { border-color: rgb(89,31,40); }
td.TdClassName
{
border-color: #591F28;
}
.TagClassName
{
border-color: #591F28;
}
</style>