Shades of Caput Mortuum #561D0E
Tints of Caput Mortuum #561D0E
RGB
CMYK
RGB Variations
Color information
#561D0E (or 0x561D0E) is known color: Caput Mortuum. HEX triplet: 56, 1D and 0E. RGB value is (86,29,14). Sum of RGB (Red+Green+Blue) = 86+29+14=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D0E is #A9E2F1. Grayscale: #2C2C2C. Windows color (decimal): -11133682 or 925014. OLE color: 925014.
HSL color Cylindrical-coordinate representation of color #561D0E: hue angle of 12.5º 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 #561D0E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 14 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.66 |
| HSL | 12.5º | 0.72% | 0.2% | - |
| HSV(B) | 12.5º | 0.84% | 0.34% | - |
| XYZ | 4.36 | 2.89 | 0.74 | - |
| YUV | 44.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 14 | 0 | 0.66 | 0.84 | 0.66 | 12.5 | 0.72 | 0.2 |
| Hex | 56 | 1D | E | 0 | 42 | 54 | 42 | C | 48 | 14 |
| Octal | 126 | 35 | 16 | 0 | 102 | 124 | 102 | 14 | 110 | 24 |
| Binary | 1010110 | 11101 | 1110 | 0 | 1000010 | 1010100 | 1000010 | 1100 | 1001000 | 10100 |
Color Harmonies of #561D0E
Complementary color
Monochromatic Colors of #561D0E
Black with #561D0E
Text Example
Text Example
White with #561D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D0E; }
p { color: rgb(86,29,14); }
H1.HeaderClassName
{
color: #561D0E;
}
.AnyTagClassName
{
color: #561D0E;
}
</style>
background-color css
<style>
a { background-color: #561D0E; }
a { background-color: rgb(86,29,14); }
div.DivClassName
{
background-color: #561D0E;
}
.BgClassName
{
background-color: #561D0E;
}
</style>
border-color css
<style>
span { border-color: #561D0E; }
span { border-color: rgb(86,29,14); }
td.TdClassName
{
border-color: #561D0E;
}
.TagClassName
{
border-color: #561D0E;
}
</style>