Shades of Caput Mortuum #561D0B
Tints of Caput Mortuum #561D0B
RGB
CMYK
RGB Variations
Color information
#561D0B (or 0x561D0B) is known color: Caput Mortuum. HEX triplet: 56, 1D and 0B. RGB value is (86,29,11). Sum of RGB (Red+Green+Blue) = 86+29+11=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D0B is #A9E2F4. Grayscale: #2C2C2C. Windows color (decimal): -11133685 or 728406. OLE color: 728406.
HSL color Cylindrical-coordinate representation of color #561D0B: hue angle of 14.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561D0B is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 11 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.66 |
| HSL | 14.4º | 0.77% | 0.19% | - |
| HSV(B) | 14.4º | 0.87% | 0.34% | - |
| XYZ | 4.34 | 2.88 | 0.64 | - |
| YUV | 43.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 11 | 0 | 0.66 | 0.87 | 0.66 | 14.4 | 0.77 | 0.19 |
| Hex | 56 | 1D | B | 0 | 42 | 57 | 42 | E | 4D | 13 |
| Octal | 126 | 35 | 13 | 0 | 102 | 127 | 102 | 16 | 115 | 23 |
| Binary | 1010110 | 11101 | 1011 | 0 | 1000010 | 1010111 | 1000010 | 1110 | 1001101 | 10011 |
Color Harmonies of #561D0B
Complementary color
Monochromatic Colors of #561D0B
Black with #561D0B
Text Example
Text Example
White with #561D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D0B; }
p { color: rgb(86,29,11); }
H1.HeaderClassName
{
color: #561D0B;
}
.AnyTagClassName
{
color: #561D0B;
}
</style>
background-color css
<style>
a { background-color: #561D0B; }
a { background-color: rgb(86,29,11); }
div.DivClassName
{
background-color: #561D0B;
}
.BgClassName
{
background-color: #561D0B;
}
</style>
border-color css
<style>
span { border-color: #561D0B; }
span { border-color: rgb(86,29,11); }
td.TdClassName
{
border-color: #561D0B;
}
.TagClassName
{
border-color: #561D0B;
}
</style>