Shades of Caput Mortuum #561701
Tints of Caput Mortuum #561701
RGB
CMYK
RGB Variations
Color information
#561701 (or 0x561701) is known color: Caput Mortuum. HEX triplet: 56, 17 and 01. RGB value is (86,23,1). Sum of RGB (Red+Green+Blue) = 86+23+1=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #561701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561701 is #A9E8FE. Grayscale: #272727. Windows color (decimal): -11135231 or 71510. OLE color: 71510.
HSL color Cylindrical-coordinate representation of color #561701: hue angle of 15.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #561701 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.66 |
| HSL | 15.53º | 0.98% | 0.17% | - |
| HSV(B) | 15.53º | 0.99% | 0.34% | - |
| XYZ | 4.15 | 2.59 | 0.31 | - |
| YUV | 39.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 1 | 0 | 0.73 | 0.99 | 0.66 | 15.53 | 0.98 | 0.17 |
| Hex | 56 | 17 | 1 | 0 | 49 | 63 | 42 | 10 | 62 | 11 |
| Octal | 126 | 27 | 1 | 0 | 111 | 143 | 102 | 20 | 142 | 21 |
| Binary | 1010110 | 10111 | 1 | 0 | 1001001 | 1100011 | 1000010 | 10000 | 1100010 | 10001 |
Color Harmonies of #561701
Complementary color
Monochromatic Colors of #561701
Black with #561701
Text Example
Text Example
White with #561701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561701; }
p { color: rgb(86,23,1); }
H1.HeaderClassName
{
color: #561701;
}
.AnyTagClassName
{
color: #561701;
}
</style>
background-color css
<style>
a { background-color: #561701; }
a { background-color: rgb(86,23,1); }
div.DivClassName
{
background-color: #561701;
}
.BgClassName
{
background-color: #561701;
}
</style>
border-color css
<style>
span { border-color: #561701; }
span { border-color: rgb(86,23,1); }
td.TdClassName
{
border-color: #561701;
}
.TagClassName
{
border-color: #561701;
}
</style>