Shades of Burnt Crimson #591822
Tints of Burnt Crimson #591822
RGB
CMYK
RGB Variations
Color information
#591822 (or 0x591822) is known color: Burnt Crimson. HEX triplet: 59, 18 and 22. RGB value is (89,24,34). Sum of RGB (Red+Green+Blue) = 89+24+34=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591822 is #A6E7DD. Grayscale: #2C2C2C. Windows color (decimal): -10938334 or 2234457. OLE color: 2234457.
HSL color Cylindrical-coordinate representation of color #591822: hue angle of 350.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591822 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 24 | 34 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.65 |
| HSL | 350.77º | 0.58% | 0.22% | - |
| HSV(B) | 350.77º | 0.73% | 0.35% | - |
| XYZ | 4.74 | 2.89 | 1.82 | - |
| YUV | 44.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 34 | 0 | 0.73 | 0.62 | 0.65 | 350.77 | 0.58 | 0.22 |
| Hex | 59 | 18 | 22 | 0 | 49 | 3E | 41 | 15F | 3A | 16 |
| Octal | 131 | 30 | 42 | 0 | 111 | 76 | 101 | 537 | 72 | 26 |
| Binary | 1011001 | 11000 | 100010 | 0 | 1001001 | 111110 | 1000001 | 101011111 | 111010 | 10110 |
Color Harmonies of #591822
Complementary color
Monochromatic Colors of #591822
Black with #591822
Text Example
Text Example
White with #591822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591822; }
p { color: rgb(89,24,34); }
H1.HeaderClassName
{
color: #591822;
}
.AnyTagClassName
{
color: #591822;
}
</style>
background-color css
<style>
a { background-color: #591822; }
a { background-color: rgb(89,24,34); }
div.DivClassName
{
background-color: #591822;
}
.BgClassName
{
background-color: #591822;
}
</style>
border-color css
<style>
span { border-color: #591822; }
span { border-color: rgb(89,24,34); }
td.TdClassName
{
border-color: #591822;
}
.TagClassName
{
border-color: #591822;
}
</style>