Shades of Caput Mortuum #561A04
Tints of Caput Mortuum #561A04
RGB
CMYK
RGB Variations
Color information
#561A04 (or 0x561A04) is known color: Caput Mortuum. HEX triplet: 56, 1A and 04. RGB value is (86,26,4). Sum of RGB (Red+Green+Blue) = 86+26+4=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #561A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A04 is #A9E5FB. Grayscale: #292929. Windows color (decimal): -11134460 or 268886. OLE color: 268886.
HSL color Cylindrical-coordinate representation of color #561A04: hue angle of 16.1º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #561A04 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 4 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.66 |
| HSL | 16.1º | 0.91% | 0.18% | - |
| HSV(B) | 16.1º | 0.95% | 0.34% | - |
| XYZ | 4.23 | 2.73 | 0.42 | - |
| YUV | 41.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 4 | 0 | 0.70 | 0.95 | 0.66 | 16.1 | 0.91 | 0.18 |
| Hex | 56 | 1A | 4 | 0 | 46 | 5F | 42 | 10 | 5B | 12 |
| Octal | 126 | 32 | 4 | 0 | 106 | 137 | 102 | 20 | 133 | 22 |
| Binary | 1010110 | 11010 | 100 | 0 | 1000110 | 1011111 | 1000010 | 10000 | 1011011 | 10010 |
Color Harmonies of #561A04
Complementary color
Monochromatic Colors of #561A04
Black with #561A04
Text Example
Text Example
White with #561A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A04; }
p { color: rgb(86,26,4); }
H1.HeaderClassName
{
color: #561A04;
}
.AnyTagClassName
{
color: #561A04;
}
</style>
background-color css
<style>
a { background-color: #561A04; }
a { background-color: rgb(86,26,4); }
div.DivClassName
{
background-color: #561A04;
}
.BgClassName
{
background-color: #561A04;
}
</style>
border-color css
<style>
span { border-color: #561A04; }
span { border-color: rgb(86,26,4); }
td.TdClassName
{
border-color: #561A04;
}
.TagClassName
{
border-color: #561A04;
}
</style>