Shades of Burnt Crimson #591A1F
Tints of Burnt Crimson #591A1F
RGB
CMYK
RGB Variations
Color information
#591A1F (or 0x591A1F) is known color: Burnt Crimson. HEX triplet: 59, 1A and 1F. RGB value is (89,26,31). Sum of RGB (Red+Green+Blue) = 89+26+31=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1F is #A6E5E0. Grayscale: #2D2D2D. Windows color (decimal): -10937825 or 2038361. OLE color: 2038361.
HSL color Cylindrical-coordinate representation of color #591A1F: hue angle of 355.24º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A1F is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 31 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.65 |
| HSL | 355.24º | 0.55% | 0.23% | - |
| HSV(B) | 355.24º | 0.71% | 0.35% | - |
| XYZ | 4.74 | 2.96 | 1.62 | - |
| YUV | 45.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 31 | 0 | 0.71 | 0.65 | 0.65 | 355.24 | 0.55 | 0.23 |
| Hex | 59 | 1A | 1F | 0 | 47 | 41 | 41 | 163 | 37 | 17 |
| Octal | 131 | 32 | 37 | 0 | 107 | 101 | 101 | 543 | 67 | 27 |
| Binary | 1011001 | 11010 | 11111 | 0 | 1000111 | 1000001 | 1000001 | 101100011 | 110111 | 10111 |
Color Harmonies of #591A1F
Complementary color
Monochromatic Colors of #591A1F
Black with #591A1F
Text Example
Text Example
White with #591A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A1F; }
p { color: rgb(89,26,31); }
H1.HeaderClassName
{
color: #591A1F;
}
.AnyTagClassName
{
color: #591A1F;
}
</style>
background-color css
<style>
a { background-color: #591A1F; }
a { background-color: rgb(89,26,31); }
div.DivClassName
{
background-color: #591A1F;
}
.BgClassName
{
background-color: #591A1F;
}
</style>
border-color css
<style>
span { border-color: #591A1F; }
span { border-color: rgb(89,26,31); }
td.TdClassName
{
border-color: #591A1F;
}
.TagClassName
{
border-color: #591A1F;
}
</style>