Shades of Caput Mortuum #57200E
Tints of Caput Mortuum #57200E
RGB
CMYK
RGB Variations
Color information
#57200E (or 0x57200E) is known color: Caput Mortuum. HEX triplet: 57, 20 and 0E. RGB value is (87,32,14). Sum of RGB (Red+Green+Blue) = 87+32+14=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200E is #A8DFF1. Grayscale: #2E2E2E. Windows color (decimal): -11067378 or 925783. OLE color: 925783.
HSL color Cylindrical-coordinate representation of color #57200E: hue angle of 14.79º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57200E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 14 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.66 |
| HSL | 14.79º | 0.72% | 0.2% | - |
| HSV(B) | 14.79º | 0.84% | 0.34% | - |
| XYZ | 4.53 | 3.09 | 0.77 | - |
| YUV | 46.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 14 | 0 | 0.63 | 0.84 | 0.66 | 14.79 | 0.72 | 0.2 |
| Hex | 57 | 20 | E | 0 | 3F | 54 | 42 | F | 48 | 14 |
| Octal | 127 | 40 | 16 | 0 | 77 | 124 | 102 | 17 | 110 | 24 |
| Binary | 1010111 | 100000 | 1110 | 0 | 111111 | 1010100 | 1000010 | 1111 | 1001000 | 10100 |
Color Harmonies of #57200E
Complementary color
Monochromatic Colors of #57200E
Black with #57200E
Text Example
Text Example
White with #57200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57200E; }
p { color: rgb(87,32,14); }
H1.HeaderClassName
{
color: #57200E;
}
.AnyTagClassName
{
color: #57200E;
}
</style>
background-color css
<style>
a { background-color: #57200E; }
a { background-color: rgb(87,32,14); }
div.DivClassName
{
background-color: #57200E;
}
.BgClassName
{
background-color: #57200E;
}
</style>
border-color css
<style>
span { border-color: #57200E; }
span { border-color: rgb(87,32,14); }
td.TdClassName
{
border-color: #57200E;
}
.TagClassName
{
border-color: #57200E;
}
</style>