Shades of Burnt Crimson #591319
Tints of Burnt Crimson #591319
RGB
CMYK
RGB Variations
Color information
#591319 (or 0x591319) is known color: Burnt Crimson. HEX triplet: 59, 13 and 19. RGB value is (89,19,25). Sum of RGB (Red+Green+Blue) = 89+19+25=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591319 is #A6ECE6. Grayscale: #282828. Windows color (decimal): -10939623 or 1643353. OLE color: 1643353.
HSL color Cylindrical-coordinate representation of color #591319: hue angle of 354.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591319 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 25 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.65 |
| HSL | 354.86º | 0.65% | 0.21% | - |
| HSV(B) | 354.86º | 0.79% | 0.35% | - |
| XYZ | 4.53 | 2.66 | 1.19 | - |
| YUV | 40.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 25 | 0 | 0.79 | 0.72 | 0.65 | 354.86 | 0.65 | 0.21 |
| Hex | 59 | 13 | 19 | 0 | 4F | 48 | 41 | 163 | 41 | 15 |
| Octal | 131 | 23 | 31 | 0 | 117 | 110 | 101 | 543 | 101 | 25 |
| Binary | 1011001 | 10011 | 11001 | 0 | 1001111 | 1001000 | 1000001 | 101100011 | 1000001 | 10101 |
Color Harmonies of #591319
Complementary color
Monochromatic Colors of #591319
Black with #591319
Text Example
Text Example
White with #591319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591319; }
p { color: rgb(89,19,25); }
H1.HeaderClassName
{
color: #591319;
}
.AnyTagClassName
{
color: #591319;
}
</style>
background-color css
<style>
a { background-color: #591319; }
a { background-color: rgb(89,19,25); }
div.DivClassName
{
background-color: #591319;
}
.BgClassName
{
background-color: #591319;
}
</style>
border-color css
<style>
span { border-color: #591319; }
span { border-color: rgb(89,19,25); }
td.TdClassName
{
border-color: #591319;
}
.TagClassName
{
border-color: #591319;
}
</style>