Shades of Burnt Crimson #572029
Tints of Burnt Crimson #572029
RGB
CMYK
RGB Variations
Color information
#572029 (or 0x572029) is known color: Burnt Crimson. HEX triplet: 57, 20 and 29. RGB value is (87,32,41). Sum of RGB (Red+Green+Blue) = 87+32+41=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #572029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572029 is #A8DFD6. Grayscale: #313131. Windows color (decimal): -11067351 or 2695255. OLE color: 2695255.
HSL color Cylindrical-coordinate representation of color #572029: hue angle of 350.18º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572029 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 41 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.66 |
| HSL | 350.18º | 0.46% | 0.23% | - |
| HSV(B) | 350.18º | 0.63% | 0.34% | - |
| XYZ | 4.85 | 3.22 | 2.46 | - |
| YUV | 49.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 41 | 0 | 0.63 | 0.53 | 0.66 | 350.18 | 0.46 | 0.23 |
| Hex | 57 | 20 | 29 | 0 | 3F | 35 | 42 | 15E | 2E | 17 |
| Octal | 127 | 40 | 51 | 0 | 77 | 65 | 102 | 536 | 56 | 27 |
| Binary | 1010111 | 100000 | 101001 | 0 | 111111 | 110101 | 1000010 | 101011110 | 101110 | 10111 |
Color Harmonies of #572029
Complementary color
Monochromatic Colors of #572029
Black with #572029
Text Example
Text Example
White with #572029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572029; }
p { color: rgb(87,32,41); }
H1.HeaderClassName
{
color: #572029;
}
.AnyTagClassName
{
color: #572029;
}
</style>
background-color css
<style>
a { background-color: #572029; }
a { background-color: rgb(87,32,41); }
div.DivClassName
{
background-color: #572029;
}
.BgClassName
{
background-color: #572029;
}
</style>
border-color css
<style>
span { border-color: #572029; }
span { border-color: rgb(87,32,41); }
td.TdClassName
{
border-color: #572029;
}
.TagClassName
{
border-color: #572029;
}
</style>