Shades of Caput Mortuum #561700
Tints of Caput Mortuum #561700
RGB
CMYK
RGB Variations
Color information
#561700 (or 0x561700) is known color: Caput Mortuum. HEX triplet: 56, 17 and 00. RGB value is (86,23,0). Sum of RGB (Red+Green+Blue) = 86+23+0=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #561700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561700 is #A9E8FF. Grayscale: #272727. Windows color (decimal): -11135232 or 5974. OLE color: 5974.
HSL color Cylindrical-coordinate representation of color #561700: hue angle of 16.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561700 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.66 |
| HSL | 16.05º | 1% | 0.17% | - |
| HSV(B) | 16.05º | 1% | 0.34% | - |
| XYZ | 4.14 | 2.59 | 0.28 | - |
| YUV | 39.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 0 | 0 | 0.73 | 1 | 0.66 | 16.05 | 1 | 0.17 |
| Hex | 56 | 17 | 0 | 0 | 49 | 64 | 42 | 10 | 64 | 11 |
| Octal | 126 | 27 | 0 | 0 | 111 | 144 | 102 | 20 | 144 | 21 |
| Binary | 1010110 | 10111 | 0 | 0 | 1001001 | 1100100 | 1000010 | 10000 | 1100100 | 10001 |
Color Harmonies of #561700
Complementary color
Monochromatic Colors of #561700
Black with #561700
Text Example
Text Example
White with #561700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561700; }
p { color: rgb(86,23,0); }
H1.HeaderClassName
{
color: #561700;
}
.AnyTagClassName
{
color: #561700;
}
</style>
background-color css
<style>
a { background-color: #561700; }
a { background-color: rgb(86,23,0); }
div.DivClassName
{
background-color: #561700;
}
.BgClassName
{
background-color: #561700;
}
</style>
border-color css
<style>
span { border-color: #561700; }
span { border-color: rgb(86,23,0); }
td.TdClassName
{
border-color: #561700;
}
.TagClassName
{
border-color: #561700;
}
</style>