Shades of Caput Mortuum #56210F
Tints of Caput Mortuum #56210F
RGB
CMYK
RGB Variations
Color information
#56210F (or 0x56210F) is known color: Caput Mortuum. HEX triplet: 56, 21 and 0F. RGB value is (86,33,15). Sum of RGB (Red+Green+Blue) = 86+33+15=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56210F is #A9DEF0. Grayscale: #2E2E2E. Windows color (decimal): -11132657 or 991574. OLE color: 991574.
HSL color Cylindrical-coordinate representation of color #56210F: hue angle of 15.21º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56210F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 33 | 15 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.66 |
| HSL | 15.21º | 0.7% | 0.2% | - |
| HSV(B) | 15.21º | 0.83% | 0.34% | - |
| XYZ | 4.47 | 3.1 | 0.81 | - |
| YUV | 46.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 15 | 0 | 0.62 | 0.83 | 0.66 | 15.21 | 0.7 | 0.2 |
| Hex | 56 | 21 | F | 0 | 3E | 53 | 42 | F | 46 | 14 |
| Octal | 126 | 41 | 17 | 0 | 76 | 123 | 102 | 17 | 106 | 24 |
| Binary | 1010110 | 100001 | 1111 | 0 | 111110 | 1010011 | 1000010 | 1111 | 1000110 | 10100 |
Color Harmonies of #56210F
Complementary color
Monochromatic Colors of #56210F
Black with #56210F
Text Example
Text Example
White with #56210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56210F; }
p { color: rgb(86,33,15); }
H1.HeaderClassName
{
color: #56210F;
}
.AnyTagClassName
{
color: #56210F;
}
</style>
background-color css
<style>
a { background-color: #56210F; }
a { background-color: rgb(86,33,15); }
div.DivClassName
{
background-color: #56210F;
}
.BgClassName
{
background-color: #56210F;
}
</style>
border-color css
<style>
span { border-color: #56210F; }
span { border-color: rgb(86,33,15); }
td.TdClassName
{
border-color: #56210F;
}
.TagClassName
{
border-color: #56210F;
}
</style>