Shades of Burnt Crimson #572229
Tints of Burnt Crimson #572229
RGB
CMYK
RGB Variations
Color information
#572229 (or 0x572229) is known color: Burnt Crimson. HEX triplet: 57, 22 and 29. RGB value is (87,34,41). Sum of RGB (Red+Green+Blue) = 87+34+41=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #572229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572229 is #A8DDD6. Grayscale: #323232. Windows color (decimal): -11066839 or 2695767. OLE color: 2695767.
HSL color Cylindrical-coordinate representation of color #572229: hue angle of 352.08º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572229 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 34 | 41 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.66 |
| HSL | 352.08º | 0.44% | 0.24% | - |
| HSV(B) | 352.08º | 0.61% | 0.34% | - |
| XYZ | 4.9 | 3.33 | 2.48 | - |
| YUV | 50.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 41 | 0 | 0.61 | 0.53 | 0.66 | 352.08 | 0.44 | 0.24 |
| Hex | 57 | 22 | 29 | 0 | 3D | 35 | 42 | 160 | 2C | 18 |
| Octal | 127 | 42 | 51 | 0 | 75 | 65 | 102 | 540 | 54 | 30 |
| Binary | 1010111 | 100010 | 101001 | 0 | 111101 | 110101 | 1000010 | 101100000 | 101100 | 11000 |
Color Harmonies of #572229
Complementary color
Monochromatic Colors of #572229
Black with #572229
Text Example
Text Example
White with #572229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572229; }
p { color: rgb(87,34,41); }
H1.HeaderClassName
{
color: #572229;
}
.AnyTagClassName
{
color: #572229;
}
</style>
background-color css
<style>
a { background-color: #572229; }
a { background-color: rgb(87,34,41); }
div.DivClassName
{
background-color: #572229;
}
.BgClassName
{
background-color: #572229;
}
</style>
border-color css
<style>
span { border-color: #572229; }
span { border-color: rgb(87,34,41); }
td.TdClassName
{
border-color: #572229;
}
.TagClassName
{
border-color: #572229;
}
</style>