Shades of Caput Mortuum #572E24
Tints of Caput Mortuum #572E24
RGB
CMYK
RGB Variations
Color information
#572E24 (or 0x572E24) is known color: Caput Mortuum. HEX triplet: 57, 2E and 24. RGB value is (87,46,36). Sum of RGB (Red+Green+Blue) = 87+46+36=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #572E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E24 is #A8D1DB. Grayscale: #393939. Windows color (decimal): -11063772 or 2371159. OLE color: 2371159.
HSL color Cylindrical-coordinate representation of color #572E24: hue angle of 11.76º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572E24 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 36 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.66 |
| HSL | 11.76º | 0.41% | 0.24% | - |
| HSV(B) | 11.76º | 0.59% | 0.34% | - |
| XYZ | 5.23 | 4.11 | 2.19 | - |
| YUV | 57.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 36 | 0 | 0.47 | 0.59 | 0.66 | 11.76 | 0.41 | 0.24 |
| Hex | 57 | 2E | 24 | 0 | 2F | 3B | 42 | C | 29 | 18 |
| Octal | 127 | 56 | 44 | 0 | 57 | 73 | 102 | 14 | 51 | 30 |
| Binary | 1010111 | 101110 | 100100 | 0 | 101111 | 111011 | 1000010 | 1100 | 101001 | 11000 |
Color Harmonies of #572E24
Complementary color
Monochromatic Colors of #572E24
Black with #572E24
Text Example
Text Example
White with #572E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E24; }
p { color: rgb(87,46,36); }
H1.HeaderClassName
{
color: #572E24;
}
.AnyTagClassName
{
color: #572E24;
}
</style>
background-color css
<style>
a { background-color: #572E24; }
a { background-color: rgb(87,46,36); }
div.DivClassName
{
background-color: #572E24;
}
.BgClassName
{
background-color: #572E24;
}
</style>
border-color css
<style>
span { border-color: #572E24; }
span { border-color: rgb(87,46,36); }
td.TdClassName
{
border-color: #572E24;
}
.TagClassName
{
border-color: #572E24;
}
</style>