Shades of Caput Mortuum #572A1C
Tints of Caput Mortuum #572A1C
RGB
CMYK
RGB Variations
Color information
#572A1C (or 0x572A1C) is known color: Caput Mortuum. HEX triplet: 57, 2A and 1C. RGB value is (87,42,28). Sum of RGB (Red+Green+Blue) = 87+42+28=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #572A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A1C is #A8D5E3. Grayscale: #353535. Windows color (decimal): -11064804 or 1845847. OLE color: 1845847.
HSL color Cylindrical-coordinate representation of color #572A1C: hue angle of 14.24º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572A1C is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 28 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.66 |
| HSL | 14.24º | 0.51% | 0.23% | - |
| HSV(B) | 14.24º | 0.68% | 0.34% | - |
| XYZ | 4.97 | 3.77 | 1.56 | - |
| YUV | 53.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 28 | 0 | 0.52 | 0.68 | 0.66 | 14.24 | 0.51 | 0.23 |
| Hex | 57 | 2A | 1C | 0 | 34 | 44 | 42 | E | 33 | 17 |
| Octal | 127 | 52 | 34 | 0 | 64 | 104 | 102 | 16 | 63 | 27 |
| Binary | 1010111 | 101010 | 11100 | 0 | 110100 | 1000100 | 1000010 | 1110 | 110011 | 10111 |
Color Harmonies of #572A1C
Complementary color
Monochromatic Colors of #572A1C
Black with #572A1C
Text Example
Text Example
White with #572A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A1C; }
p { color: rgb(87,42,28); }
H1.HeaderClassName
{
color: #572A1C;
}
.AnyTagClassName
{
color: #572A1C;
}
</style>
background-color css
<style>
a { background-color: #572A1C; }
a { background-color: rgb(87,42,28); }
div.DivClassName
{
background-color: #572A1C;
}
.BgClassName
{
background-color: #572A1C;
}
</style>
border-color css
<style>
span { border-color: #572A1C; }
span { border-color: rgb(87,42,28); }
td.TdClassName
{
border-color: #572A1C;
}
.TagClassName
{
border-color: #572A1C;
}
</style>