Shades of Burnt Crimson #591620
Tints of Burnt Crimson #591620
RGB
CMYK
RGB Variations
Color information
#591620 (or 0x591620) is known color: Burnt Crimson. HEX triplet: 59, 16 and 20. RGB value is (89,22,32). Sum of RGB (Red+Green+Blue) = 89+22+32=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591620 is #A6E9DF. Grayscale: #2B2B2B. Windows color (decimal): -10938848 or 2102873. OLE color: 2102873.
HSL color Cylindrical-coordinate representation of color #591620: hue angle of 351.04º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591620 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 32 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.65 |
| HSL | 351.04º | 0.6% | 0.22% | - |
| HSV(B) | 351.04º | 0.75% | 0.35% | - |
| XYZ | 4.67 | 2.8 | 1.66 | - |
| YUV | 43.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 32 | 0 | 0.75 | 0.64 | 0.65 | 351.04 | 0.6 | 0.22 |
| Hex | 59 | 16 | 20 | 0 | 4B | 40 | 41 | 15F | 3C | 16 |
| Octal | 131 | 26 | 40 | 0 | 113 | 100 | 101 | 537 | 74 | 26 |
| Binary | 1011001 | 10110 | 100000 | 0 | 1001011 | 1000000 | 1000001 | 101011111 | 111100 | 10110 |
Color Harmonies of #591620
Complementary color
Monochromatic Colors of #591620
Black with #591620
Text Example
Text Example
White with #591620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591620; }
p { color: rgb(89,22,32); }
H1.HeaderClassName
{
color: #591620;
}
.AnyTagClassName
{
color: #591620;
}
</style>
background-color css
<style>
a { background-color: #591620; }
a { background-color: rgb(89,22,32); }
div.DivClassName
{
background-color: #591620;
}
.BgClassName
{
background-color: #591620;
}
</style>
border-color css
<style>
span { border-color: #591620; }
span { border-color: rgb(89,22,32); }
td.TdClassName
{
border-color: #591620;
}
.TagClassName
{
border-color: #591620;
}
</style>