Shades of Caput Mortuum #561A09
Tints of Caput Mortuum #561A09
RGB
CMYK
RGB Variations
Color information
#561A09 (or 0x561A09) is known color: Caput Mortuum. HEX triplet: 56, 1A and 09. RGB value is (86,26,9). Sum of RGB (Red+Green+Blue) = 86+26+9=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #561A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A09 is #A9E5F6. Grayscale: #2A2A2A. Windows color (decimal): -11134455 or 596566. OLE color: 596566.
HSL color Cylindrical-coordinate representation of color #561A09: hue angle of 13.25º 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 #561A09 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 9 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.66 |
| HSL | 13.25º | 0.81% | 0.19% | - |
| HSV(B) | 13.25º | 0.9% | 0.34% | - |
| XYZ | 4.26 | 2.74 | 0.56 | - |
| YUV | 42 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 9 | 0 | 0.70 | 0.90 | 0.66 | 13.25 | 0.81 | 0.19 |
| Hex | 56 | 1A | 9 | 0 | 46 | 5A | 42 | D | 51 | 13 |
| Octal | 126 | 32 | 11 | 0 | 106 | 132 | 102 | 15 | 121 | 23 |
| Binary | 1010110 | 11010 | 1001 | 0 | 1000110 | 1011010 | 1000010 | 1101 | 1010001 | 10011 |
Color Harmonies of #561A09
Complementary color
Monochromatic Colors of #561A09
Black with #561A09
Text Example
Text Example
White with #561A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A09; }
p { color: rgb(86,26,9); }
H1.HeaderClassName
{
color: #561A09;
}
.AnyTagClassName
{
color: #561A09;
}
</style>
background-color css
<style>
a { background-color: #561A09; }
a { background-color: rgb(86,26,9); }
div.DivClassName
{
background-color: #561A09;
}
.BgClassName
{
background-color: #561A09;
}
</style>
border-color css
<style>
span { border-color: #561A09; }
span { border-color: rgb(86,26,9); }
td.TdClassName
{
border-color: #561A09;
}
.TagClassName
{
border-color: #561A09;
}
</style>