Shades of Caput Mortuum #56221B
Tints of Caput Mortuum #56221B
RGB
CMYK
RGB Variations
Color information
#56221B (or 0x56221B) is known color: Caput Mortuum. HEX triplet: 56, 22 and 1B. RGB value is (86,34,27). Sum of RGB (Red+Green+Blue) = 86+34+27=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56221B is #A9DDE4. Grayscale: #303030. Windows color (decimal): -11132389 or 1778262. OLE color: 1778262.
HSL color Cylindrical-coordinate representation of color #56221B: hue angle of 7.12º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56221B is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 27 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.66 |
| HSL | 7.12º | 0.52% | 0.22% | - |
| HSV(B) | 7.12º | 0.69% | 0.34% | - |
| XYZ | 4.61 | 3.2 | 1.41 | - |
| YUV | 48.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 27 | 0 | 0.60 | 0.69 | 0.66 | 7.12 | 0.52 | 0.22 |
| Hex | 56 | 22 | 1B | 0 | 3C | 45 | 42 | 7 | 34 | 16 |
| Octal | 126 | 42 | 33 | 0 | 74 | 105 | 102 | 7 | 64 | 26 |
| Binary | 1010110 | 100010 | 11011 | 0 | 111100 | 1000101 | 1000010 | 111 | 110100 | 10110 |
Color Harmonies of #56221B
Complementary color
Monochromatic Colors of #56221B
Black with #56221B
Text Example
Text Example
White with #56221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56221B; }
p { color: rgb(86,34,27); }
H1.HeaderClassName
{
color: #56221B;
}
.AnyTagClassName
{
color: #56221B;
}
</style>
background-color css
<style>
a { background-color: #56221B; }
a { background-color: rgb(86,34,27); }
div.DivClassName
{
background-color: #56221B;
}
.BgClassName
{
background-color: #56221B;
}
</style>
border-color css
<style>
span { border-color: #56221B; }
span { border-color: rgb(86,34,27); }
td.TdClassName
{
border-color: #56221B;
}
.TagClassName
{
border-color: #56221B;
}
</style>