Shades of Caput Mortuum #561D08
Tints of Caput Mortuum #561D08
RGB
CMYK
RGB Variations
Color information
#561D08 (or 0x561D08) is known color: Caput Mortuum. HEX triplet: 56, 1D and 08. RGB value is (86,29,8). Sum of RGB (Red+Green+Blue) = 86+29+8=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D08 is #A9E2F7. Grayscale: #2B2B2B. Windows color (decimal): -11133688 or 531798. OLE color: 531798.
HSL color Cylindrical-coordinate representation of color #561D08: hue angle of 16.15º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #561D08 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 8 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.66 |
| HSL | 16.15º | 0.83% | 0.18% | - |
| HSV(B) | 16.15º | 0.91% | 0.34% | - |
| XYZ | 4.32 | 2.87 | 0.56 | - |
| YUV | 43.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 8 | 0 | 0.66 | 0.91 | 0.66 | 16.15 | 0.83 | 0.18 |
| Hex | 56 | 1D | 8 | 0 | 42 | 5B | 42 | 10 | 53 | 12 |
| Octal | 126 | 35 | 10 | 0 | 102 | 133 | 102 | 20 | 123 | 22 |
| Binary | 1010110 | 11101 | 1000 | 0 | 1000010 | 1011011 | 1000010 | 10000 | 1010011 | 10010 |
Color Harmonies of #561D08
Complementary color
Monochromatic Colors of #561D08
Black with #561D08
Text Example
Text Example
White with #561D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D08; }
p { color: rgb(86,29,8); }
H1.HeaderClassName
{
color: #561D08;
}
.AnyTagClassName
{
color: #561D08;
}
</style>
background-color css
<style>
a { background-color: #561D08; }
a { background-color: rgb(86,29,8); }
div.DivClassName
{
background-color: #561D08;
}
.BgClassName
{
background-color: #561D08;
}
</style>
border-color css
<style>
span { border-color: #561D08; }
span { border-color: rgb(86,29,8); }
td.TdClassName
{
border-color: #561D08;
}
.TagClassName
{
border-color: #561D08;
}
</style>