Shades of Caput Mortuum #561D14
Tints of Caput Mortuum #561D14
RGB
CMYK
RGB Variations
Color information
#561D14 (or 0x561D14) is known color: Caput Mortuum. HEX triplet: 56, 1D and 14. RGB value is (86,29,20). Sum of RGB (Red+Green+Blue) = 86+29+20=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #561D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D14 is #A9E2EB. Grayscale: #2D2D2D. Windows color (decimal): -11133676 or 1318230. OLE color: 1318230.
HSL color Cylindrical-coordinate representation of color #561D14: hue angle of 8.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561D14 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 20 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.66 |
| HSL | 8.18º | 0.62% | 0.21% | - |
| HSV(B) | 8.18º | 0.77% | 0.34% | - |
| XYZ | 4.4 | 2.91 | 0.99 | - |
| YUV | 45.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 20 | 0 | 0.66 | 0.77 | 0.66 | 8.18 | 0.62 | 0.21 |
| Hex | 56 | 1D | 14 | 0 | 42 | 4D | 42 | 8 | 3E | 15 |
| Octal | 126 | 35 | 24 | 0 | 102 | 115 | 102 | 10 | 76 | 25 |
| Binary | 1010110 | 11101 | 10100 | 0 | 1000010 | 1001101 | 1000010 | 1000 | 111110 | 10101 |
Color Harmonies of #561D14
Complementary color
Monochromatic Colors of #561D14
Black with #561D14
Text Example
Text Example
White with #561D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D14; }
p { color: rgb(86,29,20); }
H1.HeaderClassName
{
color: #561D14;
}
.AnyTagClassName
{
color: #561D14;
}
</style>
background-color css
<style>
a { background-color: #561D14; }
a { background-color: rgb(86,29,20); }
div.DivClassName
{
background-color: #561D14;
}
.BgClassName
{
background-color: #561D14;
}
</style>
border-color css
<style>
span { border-color: #561D14; }
span { border-color: rgb(86,29,20); }
td.TdClassName
{
border-color: #561D14;
}
.TagClassName
{
border-color: #561D14;
}
</style>