Shades of Burnt Crimson #572223
Tints of Burnt Crimson #572223
RGB
CMYK
RGB Variations
Color information
#572223 (or 0x572223) is known color: Burnt Crimson. HEX triplet: 57, 22 and 23. RGB value is (87,34,35). Sum of RGB (Red+Green+Blue) = 87+34+35=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #572223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572223 is #A8DDDC. Grayscale: #323232. Windows color (decimal): -11066845 or 2302551. OLE color: 2302551.
HSL color Cylindrical-coordinate representation of color #572223: hue angle of 358.87º 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 #572223 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 34 | 35 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.66 |
| HSL | 358.87º | 0.44% | 0.24% | - |
| HSV(B) | 358.87º | 0.61% | 0.34% | - |
| XYZ | 4.81 | 3.29 | 1.97 | - |
| YUV | 49.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 35 | 0 | 0.61 | 0.60 | 0.66 | 358.87 | 0.44 | 0.24 |
| Hex | 57 | 22 | 23 | 0 | 3D | 3C | 42 | 167 | 2C | 18 |
| Octal | 127 | 42 | 43 | 0 | 75 | 74 | 102 | 547 | 54 | 30 |
| Binary | 1010111 | 100010 | 100011 | 0 | 111101 | 111100 | 1000010 | 101100111 | 101100 | 11000 |
Color Harmonies of #572223
Complementary color
Monochromatic Colors of #572223
Black with #572223
Text Example
Text Example
White with #572223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572223; }
p { color: rgb(87,34,35); }
H1.HeaderClassName
{
color: #572223;
}
.AnyTagClassName
{
color: #572223;
}
</style>
background-color css
<style>
a { background-color: #572223; }
a { background-color: rgb(87,34,35); }
div.DivClassName
{
background-color: #572223;
}
.BgClassName
{
background-color: #572223;
}
</style>
border-color css
<style>
span { border-color: #572223; }
span { border-color: rgb(87,34,35); }
td.TdClassName
{
border-color: #572223;
}
.TagClassName
{
border-color: #572223;
}
</style>