Shades of Caput Mortuum #561D10
Tints of Caput Mortuum #561D10
RGB
CMYK
RGB Variations
Color information
#561D10 (or 0x561D10) is known color: Caput Mortuum. HEX triplet: 56, 1D and 10. RGB value is (86,29,16). Sum of RGB (Red+Green+Blue) = 86+29+16=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D10 is #A9E2EF. Grayscale: #2C2C2C. Windows color (decimal): -11133680 or 1056086. OLE color: 1056086.
HSL color Cylindrical-coordinate representation of color #561D10: hue angle of 11.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561D10 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 16 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.66 |
| HSL | 11.14º | 0.69% | 0.2% | - |
| HSV(B) | 11.14º | 0.81% | 0.34% | - |
| XYZ | 4.37 | 2.89 | 0.82 | - |
| YUV | 44.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 16 | 0 | 0.66 | 0.81 | 0.66 | 11.14 | 0.69 | 0.2 |
| Hex | 56 | 1D | 10 | 0 | 42 | 51 | 42 | B | 45 | 14 |
| Octal | 126 | 35 | 20 | 0 | 102 | 121 | 102 | 13 | 105 | 24 |
| Binary | 1010110 | 11101 | 10000 | 0 | 1000010 | 1010001 | 1000010 | 1011 | 1000101 | 10100 |
Color Harmonies of #561D10
Complementary color
Monochromatic Colors of #561D10
Black with #561D10
Text Example
Text Example
White with #561D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D10; }
p { color: rgb(86,29,16); }
H1.HeaderClassName
{
color: #561D10;
}
.AnyTagClassName
{
color: #561D10;
}
</style>
background-color css
<style>
a { background-color: #561D10; }
a { background-color: rgb(86,29,16); }
div.DivClassName
{
background-color: #561D10;
}
.BgClassName
{
background-color: #561D10;
}
</style>
border-color css
<style>
span { border-color: #561D10; }
span { border-color: rgb(86,29,16); }
td.TdClassName
{
border-color: #561D10;
}
.TagClassName
{
border-color: #561D10;
}
</style>