Shades of Caput Mortuum #561C09
Tints of Caput Mortuum #561C09
RGB
CMYK
RGB Variations
Color information
#561C09 (or 0x561C09) is known color: Caput Mortuum. HEX triplet: 56, 1C and 09. RGB value is (86,28,9). Sum of RGB (Red+Green+Blue) = 86+28+9=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C09 is #A9E3F6. Grayscale: #2B2B2B. Windows color (decimal): -11133943 or 597078. OLE color: 597078.
HSL color Cylindrical-coordinate representation of color #561C09: hue angle of 14.81º 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 #561C09 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 9 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.66 |
| HSL | 14.81º | 0.81% | 0.19% | - |
| HSV(B) | 14.81º | 0.9% | 0.34% | - |
| XYZ | 4.3 | 2.83 | 0.58 | - |
| YUV | 43.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 9 | 0 | 0.67 | 0.90 | 0.66 | 14.81 | 0.81 | 0.19 |
| Hex | 56 | 1C | 9 | 0 | 43 | 5A | 42 | F | 51 | 13 |
| Octal | 126 | 34 | 11 | 0 | 103 | 132 | 102 | 17 | 121 | 23 |
| Binary | 1010110 | 11100 | 1001 | 0 | 1000011 | 1011010 | 1000010 | 1111 | 1010001 | 10011 |
Color Harmonies of #561C09
Complementary color
Monochromatic Colors of #561C09
Black with #561C09
Text Example
Text Example
White with #561C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C09; }
p { color: rgb(86,28,9); }
H1.HeaderClassName
{
color: #561C09;
}
.AnyTagClassName
{
color: #561C09;
}
</style>
background-color css
<style>
a { background-color: #561C09; }
a { background-color: rgb(86,28,9); }
div.DivClassName
{
background-color: #561C09;
}
.BgClassName
{
background-color: #561C09;
}
</style>
border-color css
<style>
span { border-color: #561C09; }
span { border-color: rgb(86,28,9); }
td.TdClassName
{
border-color: #561C09;
}
.TagClassName
{
border-color: #561C09;
}
</style>