Shades of Caput Mortuum #56221D
Tints of Caput Mortuum #56221D
RGB
CMYK
RGB Variations
Color information
#56221D (or 0x56221D) is known color: Caput Mortuum. HEX triplet: 56, 22 and 1D. RGB value is (86,34,29). Sum of RGB (Red+Green+Blue) = 86+34+29=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56221D is #A9DDE2. Grayscale: #313131. Windows color (decimal): -11132387 or 1909334. OLE color: 1909334.
HSL color Cylindrical-coordinate representation of color #56221D: hue angle of 5.26º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56221D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 29 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.66 |
| HSL | 5.26º | 0.5% | 0.23% | - |
| HSV(B) | 5.26º | 0.66% | 0.34% | - |
| XYZ | 4.63 | 3.21 | 1.54 | - |
| YUV | 48.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 29 | 0 | 0.60 | 0.66 | 0.66 | 5.26 | 0.5 | 0.23 |
| Hex | 56 | 22 | 1D | 0 | 3C | 42 | 42 | 5 | 32 | 17 |
| Octal | 126 | 42 | 35 | 0 | 74 | 102 | 102 | 5 | 62 | 27 |
| Binary | 1010110 | 100010 | 11101 | 0 | 111100 | 1000010 | 1000010 | 101 | 110010 | 10111 |
Color Harmonies of #56221D
Complementary color
Monochromatic Colors of #56221D
Black with #56221D
Text Example
Text Example
White with #56221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56221D; }
p { color: rgb(86,34,29); }
H1.HeaderClassName
{
color: #56221D;
}
.AnyTagClassName
{
color: #56221D;
}
</style>
background-color css
<style>
a { background-color: #56221D; }
a { background-color: rgb(86,34,29); }
div.DivClassName
{
background-color: #56221D;
}
.BgClassName
{
background-color: #56221D;
}
</style>
border-color css
<style>
span { border-color: #56221D; }
span { border-color: rgb(86,34,29); }
td.TdClassName
{
border-color: #56221D;
}
.TagClassName
{
border-color: #56221D;
}
</style>