Shades of Burnt Crimson #572123
Tints of Burnt Crimson #572123
RGB
CMYK
RGB Variations
Color information
#572123 (or 0x572123) is known color: Burnt Crimson. HEX triplet: 57, 21 and 23. RGB value is (87,33,35). Sum of RGB (Red+Green+Blue) = 87+33+35=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #572123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572123 is #A8DEDC. Grayscale: #313131. Windows color (decimal): -11067101 or 2302295. OLE color: 2302295.
HSL color Cylindrical-coordinate representation of color #572123: hue angle of 357.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572123 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 35 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.66 |
| HSL | 357.78º | 0.45% | 0.24% | - |
| HSV(B) | 357.78º | 0.62% | 0.34% | - |
| XYZ | 4.78 | 3.24 | 1.96 | - |
| YUV | 49.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 35 | 0 | 0.62 | 0.60 | 0.66 | 357.78 | 0.45 | 0.24 |
| Hex | 57 | 21 | 23 | 0 | 3E | 3C | 42 | 166 | 2D | 18 |
| Octal | 127 | 41 | 43 | 0 | 76 | 74 | 102 | 546 | 55 | 30 |
| Binary | 1010111 | 100001 | 100011 | 0 | 111110 | 111100 | 1000010 | 101100110 | 101101 | 11000 |
Color Harmonies of #572123
Complementary color
Monochromatic Colors of #572123
Black with #572123
Text Example
Text Example
White with #572123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572123; }
p { color: rgb(87,33,35); }
H1.HeaderClassName
{
color: #572123;
}
.AnyTagClassName
{
color: #572123;
}
</style>
background-color css
<style>
a { background-color: #572123; }
a { background-color: rgb(87,33,35); }
div.DivClassName
{
background-color: #572123;
}
.BgClassName
{
background-color: #572123;
}
</style>
border-color css
<style>
span { border-color: #572123; }
span { border-color: rgb(87,33,35); }
td.TdClassName
{
border-color: #572123;
}
.TagClassName
{
border-color: #572123;
}
</style>