Shades of Caput Mortuum #56241B
Tints of Caput Mortuum #56241B
RGB
CMYK
RGB Variations
Color information
#56241B (or 0x56241B) is known color: Caput Mortuum. HEX triplet: 56, 24 and 1B. RGB value is (86,36,27). Sum of RGB (Red+Green+Blue) = 86+36+27=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56241B is #A9DBE4. Grayscale: #323232. Windows color (decimal): -11131877 or 1778774. OLE color: 1778774.
HSL color Cylindrical-coordinate representation of color #56241B: hue angle of 9.15º 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 #56241B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 36 | 27 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.66 |
| HSL | 9.15º | 0.52% | 0.22% | - |
| HSV(B) | 9.15º | 0.69% | 0.34% | - |
| XYZ | 4.67 | 3.32 | 1.43 | - |
| YUV | 49.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 27 | 0 | 0.58 | 0.69 | 0.66 | 9.15 | 0.52 | 0.22 |
| Hex | 56 | 24 | 1B | 0 | 3A | 45 | 42 | 9 | 34 | 16 |
| Octal | 126 | 44 | 33 | 0 | 72 | 105 | 102 | 11 | 64 | 26 |
| Binary | 1010110 | 100100 | 11011 | 0 | 111010 | 1000101 | 1000010 | 1001 | 110100 | 10110 |
Color Harmonies of #56241B
Complementary color
Monochromatic Colors of #56241B
Black with #56241B
Text Example
Text Example
White with #56241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56241B; }
p { color: rgb(86,36,27); }
H1.HeaderClassName
{
color: #56241B;
}
.AnyTagClassName
{
color: #56241B;
}
</style>
background-color css
<style>
a { background-color: #56241B; }
a { background-color: rgb(86,36,27); }
div.DivClassName
{
background-color: #56241B;
}
.BgClassName
{
background-color: #56241B;
}
</style>
border-color css
<style>
span { border-color: #56241B; }
span { border-color: rgb(86,36,27); }
td.TdClassName
{
border-color: #56241B;
}
.TagClassName
{
border-color: #56241B;
}
</style>