Shades of Caput Mortuum #56211C
Tints of Caput Mortuum #56211C
RGB
CMYK
RGB Variations
Color information
#56211C (or 0x56211C) is known color: Caput Mortuum. HEX triplet: 56, 21 and 1C. RGB value is (86,33,28). Sum of RGB (Red+Green+Blue) = 86+33+28=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56211C is #A9DEE3. Grayscale: #303030. Windows color (decimal): -11132644 or 1843542. OLE color: 1843542.
HSL color Cylindrical-coordinate representation of color #56211C: hue angle of 5.17º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56211C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 33 | 28 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.66 |
| HSL | 5.17º | 0.51% | 0.22% | - |
| HSV(B) | 5.17º | 0.67% | 0.34% | - |
| XYZ | 4.59 | 3.15 | 1.46 | - |
| YUV | 48.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 28 | 0 | 0.62 | 0.67 | 0.66 | 5.17 | 0.51 | 0.22 |
| Hex | 56 | 21 | 1C | 0 | 3E | 43 | 42 | 5 | 33 | 16 |
| Octal | 126 | 41 | 34 | 0 | 76 | 103 | 102 | 5 | 63 | 26 |
| Binary | 1010110 | 100001 | 11100 | 0 | 111110 | 1000011 | 1000010 | 101 | 110011 | 10110 |
Color Harmonies of #56211C
Complementary color
Monochromatic Colors of #56211C
Black with #56211C
Text Example
Text Example
White with #56211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56211C; }
p { color: rgb(86,33,28); }
H1.HeaderClassName
{
color: #56211C;
}
.AnyTagClassName
{
color: #56211C;
}
</style>
background-color css
<style>
a { background-color: #56211C; }
a { background-color: rgb(86,33,28); }
div.DivClassName
{
background-color: #56211C;
}
.BgClassName
{
background-color: #56211C;
}
</style>
border-color css
<style>
span { border-color: #56211C; }
span { border-color: rgb(86,33,28); }
td.TdClassName
{
border-color: #56211C;
}
.TagClassName
{
border-color: #56211C;
}
</style>