Shades of Caput Mortuum #561909
Tints of Caput Mortuum #561909
RGB
CMYK
RGB Variations
Color information
#561909 (or 0x561909) is known color: Caput Mortuum. HEX triplet: 56, 19 and 09. RGB value is (86,25,9). Sum of RGB (Red+Green+Blue) = 86+25+9=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #561909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561909 is #A9E6F6. Grayscale: #292929. Windows color (decimal): -11134711 or 596310. OLE color: 596310.
HSL color Cylindrical-coordinate representation of color #561909: hue angle of 12.47º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561909 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 9 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.66 |
| HSL | 12.47º | 0.81% | 0.19% | - |
| HSV(B) | 12.47º | 0.9% | 0.34% | - |
| XYZ | 4.23 | 2.69 | 0.56 | - |
| YUV | 41.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 9 | 0 | 0.71 | 0.90 | 0.66 | 12.47 | 0.81 | 0.19 |
| Hex | 56 | 19 | 9 | 0 | 47 | 5A | 42 | C | 51 | 13 |
| Octal | 126 | 31 | 11 | 0 | 107 | 132 | 102 | 14 | 121 | 23 |
| Binary | 1010110 | 11001 | 1001 | 0 | 1000111 | 1011010 | 1000010 | 1100 | 1010001 | 10011 |
Color Harmonies of #561909
Complementary color
Monochromatic Colors of #561909
Black with #561909
Text Example
Text Example
White with #561909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561909; }
p { color: rgb(86,25,9); }
H1.HeaderClassName
{
color: #561909;
}
.AnyTagClassName
{
color: #561909;
}
</style>
background-color css
<style>
a { background-color: #561909; }
a { background-color: rgb(86,25,9); }
div.DivClassName
{
background-color: #561909;
}
.BgClassName
{
background-color: #561909;
}
</style>
border-color css
<style>
span { border-color: #561909; }
span { border-color: rgb(86,25,9); }
td.TdClassName
{
border-color: #561909;
}
.TagClassName
{
border-color: #561909;
}
</style>