Shades of Caput Mortuum #56200D
Tints of Caput Mortuum #56200D
RGB
CMYK
RGB Variations
Color information
#56200D (or 0x56200D) is known color: Caput Mortuum. HEX triplet: 56, 20 and 0D. RGB value is (86,32,13). Sum of RGB (Red+Green+Blue) = 86+32+13=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56200D is #A9DFF2. Grayscale: #2E2E2E. Windows color (decimal): -11132915 or 860246. OLE color: 860246.
HSL color Cylindrical-coordinate representation of color #56200D: hue angle of 15.62º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56200D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 32 | 13 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.66 |
| HSL | 15.62º | 0.74% | 0.19% | - |
| HSV(B) | 15.62º | 0.85% | 0.34% | - |
| XYZ | 4.43 | 3.04 | 0.73 | - |
| YUV | 45.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 13 | 0 | 0.63 | 0.85 | 0.66 | 15.62 | 0.74 | 0.19 |
| Hex | 56 | 20 | D | 0 | 3F | 55 | 42 | 10 | 4A | 13 |
| Octal | 126 | 40 | 15 | 0 | 77 | 125 | 102 | 20 | 112 | 23 |
| Binary | 1010110 | 100000 | 1101 | 0 | 111111 | 1010101 | 1000010 | 10000 | 1001010 | 10011 |
Color Harmonies of #56200D
Complementary color
Monochromatic Colors of #56200D
Black with #56200D
Text Example
Text Example
White with #56200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56200D; }
p { color: rgb(86,32,13); }
H1.HeaderClassName
{
color: #56200D;
}
.AnyTagClassName
{
color: #56200D;
}
</style>
background-color css
<style>
a { background-color: #56200D; }
a { background-color: rgb(86,32,13); }
div.DivClassName
{
background-color: #56200D;
}
.BgClassName
{
background-color: #56200D;
}
</style>
border-color css
<style>
span { border-color: #56200D; }
span { border-color: rgb(86,32,13); }
td.TdClassName
{
border-color: #56200D;
}
.TagClassName
{
border-color: #56200D;
}
</style>