Shades of Caput Mortuum #571E11
Tints of Caput Mortuum #571E11
RGB
CMYK
RGB Variations
Color information
#571E11 (or 0x571E11) is known color: Caput Mortuum. HEX triplet: 57, 1E and 11. RGB value is (87,30,17). Sum of RGB (Red+Green+Blue) = 87+30+17=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #571E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E11 is #A8E1EE. Grayscale: #2D2D2D. Windows color (decimal): -11067887 or 1121879. OLE color: 1121879.
HSL color Cylindrical-coordinate representation of color #571E11: hue angle of 11.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571E11 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 17 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.66 |
| HSL | 11.14º | 0.67% | 0.2% | - |
| HSV(B) | 11.14º | 0.8% | 0.34% | - |
| XYZ | 4.5 | 3 | 0.87 | - |
| YUV | 45.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 17 | 0 | 0.66 | 0.80 | 0.66 | 11.14 | 0.67 | 0.2 |
| Hex | 57 | 1E | 11 | 0 | 42 | 50 | 42 | B | 43 | 14 |
| Octal | 127 | 36 | 21 | 0 | 102 | 120 | 102 | 13 | 103 | 24 |
| Binary | 1010111 | 11110 | 10001 | 0 | 1000010 | 1010000 | 1000010 | 1011 | 1000011 | 10100 |
Color Harmonies of #571E11
Complementary color
Monochromatic Colors of #571E11
Black with #571E11
Text Example
Text Example
White with #571E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E11; }
p { color: rgb(87,30,17); }
H1.HeaderClassName
{
color: #571E11;
}
.AnyTagClassName
{
color: #571E11;
}
</style>
background-color css
<style>
a { background-color: #571E11; }
a { background-color: rgb(87,30,17); }
div.DivClassName
{
background-color: #571E11;
}
.BgClassName
{
background-color: #571E11;
}
</style>
border-color css
<style>
span { border-color: #571E11; }
span { border-color: rgb(87,30,17); }
td.TdClassName
{
border-color: #571E11;
}
.TagClassName
{
border-color: #571E11;
}
</style>