Shades of Caput Mortuum #571E0D
Tints of Caput Mortuum #571E0D
RGB
CMYK
RGB Variations
Color information
#571E0D (or 0x571E0D) is known color: Caput Mortuum. HEX triplet: 57, 1E and 0D. RGB value is (87,30,13). Sum of RGB (Red+Green+Blue) = 87+30+13=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E0D is #A8E1F2. Grayscale: #2D2D2D. Windows color (decimal): -11067891 or 859735. OLE color: 859735.
HSL color Cylindrical-coordinate representation of color #571E0D: hue angle of 13.78º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571E0D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 13 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.66 |
| HSL | 13.78º | 0.74% | 0.2% | - |
| HSV(B) | 13.78º | 0.85% | 0.34% | - |
| XYZ | 4.47 | 2.98 | 0.72 | - |
| YUV | 45.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 13 | 0 | 0.66 | 0.85 | 0.66 | 13.78 | 0.74 | 0.2 |
| Hex | 57 | 1E | D | 0 | 42 | 55 | 42 | E | 4A | 14 |
| Octal | 127 | 36 | 15 | 0 | 102 | 125 | 102 | 16 | 112 | 24 |
| Binary | 1010111 | 11110 | 1101 | 0 | 1000010 | 1010101 | 1000010 | 1110 | 1001010 | 10100 |
Color Harmonies of #571E0D
Complementary color
Monochromatic Colors of #571E0D
Black with #571E0D
Text Example
Text Example
White with #571E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E0D; }
p { color: rgb(87,30,13); }
H1.HeaderClassName
{
color: #571E0D;
}
.AnyTagClassName
{
color: #571E0D;
}
</style>
background-color css
<style>
a { background-color: #571E0D; }
a { background-color: rgb(87,30,13); }
div.DivClassName
{
background-color: #571E0D;
}
.BgClassName
{
background-color: #571E0D;
}
</style>
border-color css
<style>
span { border-color: #571E0D; }
span { border-color: rgb(87,30,13); }
td.TdClassName
{
border-color: #571E0D;
}
.TagClassName
{
border-color: #571E0D;
}
</style>