Shades of Burnt Crimson #591721
Tints of Burnt Crimson #591721
RGB
CMYK
RGB Variations
Color information
#591721 (or 0x591721) is known color: Burnt Crimson. HEX triplet: 59, 17 and 21. RGB value is (89,23,33). Sum of RGB (Red+Green+Blue) = 89+23+33=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591721 is #A6E8DE. Grayscale: #2B2B2B. Windows color (decimal): -10938591 or 2168665. OLE color: 2168665.
HSL color Cylindrical-coordinate representation of color #591721: hue angle of 350.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591721 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 23 | 33 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.65 |
| HSL | 350.91º | 0.59% | 0.22% | - |
| HSV(B) | 350.91º | 0.74% | 0.35% | - |
| XYZ | 4.7 | 2.85 | 1.74 | - |
| YUV | 43.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 33 | 0 | 0.74 | 0.63 | 0.65 | 350.91 | 0.59 | 0.22 |
| Hex | 59 | 17 | 21 | 0 | 4A | 3F | 41 | 15F | 3B | 16 |
| Octal | 131 | 27 | 41 | 0 | 112 | 77 | 101 | 537 | 73 | 26 |
| Binary | 1011001 | 10111 | 100001 | 0 | 1001010 | 111111 | 1000001 | 101011111 | 111011 | 10110 |
Color Harmonies of #591721
Complementary color
Monochromatic Colors of #591721
Black with #591721
Text Example
Text Example
White with #591721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591721; }
p { color: rgb(89,23,33); }
H1.HeaderClassName
{
color: #591721;
}
.AnyTagClassName
{
color: #591721;
}
</style>
background-color css
<style>
a { background-color: #591721; }
a { background-color: rgb(89,23,33); }
div.DivClassName
{
background-color: #591721;
}
.BgClassName
{
background-color: #591721;
}
</style>
border-color css
<style>
span { border-color: #591721; }
span { border-color: rgb(89,23,33); }
td.TdClassName
{
border-color: #591721;
}
.TagClassName
{
border-color: #591721;
}
</style>