Shades of Burnt Crimson #572127
Tints of Burnt Crimson #572127
RGB
CMYK
RGB Variations
Color information
#572127 (or 0x572127) is known color: Burnt Crimson. HEX triplet: 57, 21 and 27. RGB value is (87,33,39). Sum of RGB (Red+Green+Blue) = 87+33+39=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #572127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572127 is #A8DED8. Grayscale: #313131. Windows color (decimal): -11067097 or 2564439. OLE color: 2564439.
HSL color Cylindrical-coordinate representation of color #572127: hue angle of 353.33º 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 #572127 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 33 | 39 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.66 |
| HSL | 353.33º | 0.45% | 0.24% | - |
| HSV(B) | 353.33º | 0.62% | 0.34% | - |
| XYZ | 4.84 | 3.26 | 2.29 | - |
| YUV | 49.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 39 | 0 | 0.62 | 0.55 | 0.66 | 353.33 | 0.45 | 0.24 |
| Hex | 57 | 21 | 27 | 0 | 3E | 37 | 42 | 161 | 2D | 18 |
| Octal | 127 | 41 | 47 | 0 | 76 | 67 | 102 | 541 | 55 | 30 |
| Binary | 1010111 | 100001 | 100111 | 0 | 111110 | 110111 | 1000010 | 101100001 | 101101 | 11000 |
Color Harmonies of #572127
Complementary color
Monochromatic Colors of #572127
Black with #572127
Text Example
Text Example
White with #572127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572127; }
p { color: rgb(87,33,39); }
H1.HeaderClassName
{
color: #572127;
}
.AnyTagClassName
{
color: #572127;
}
</style>
background-color css
<style>
a { background-color: #572127; }
a { background-color: rgb(87,33,39); }
div.DivClassName
{
background-color: #572127;
}
.BgClassName
{
background-color: #572127;
}
</style>
border-color css
<style>
span { border-color: #572127; }
span { border-color: rgb(87,33,39); }
td.TdClassName
{
border-color: #572127;
}
.TagClassName
{
border-color: #572127;
}
</style>