Shades of Caput Mortuum #56261A
Tints of Caput Mortuum #56261A
RGB
CMYK
RGB Variations
Color information
#56261A (or 0x56261A) is known color: Caput Mortuum. HEX triplet: 56, 26 and 1A. RGB value is (86,38,26). Sum of RGB (Red+Green+Blue) = 86+38+26=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56261A is #A9D9E5. Grayscale: #333333. Windows color (decimal): -11131366 or 1713750. OLE color: 1713750.
HSL color Cylindrical-coordinate representation of color #56261A: hue angle of 12º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56261A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 26 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.66 |
| HSL | 12º | 0.54% | 0.22% | - |
| HSV(B) | 12º | 0.7% | 0.34% | - |
| XYZ | 4.72 | 3.44 | 1.39 | - |
| YUV | 50.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 26 | 0 | 0.56 | 0.70 | 0.66 | 12 | 0.54 | 0.22 |
| Hex | 56 | 26 | 1A | 0 | 38 | 46 | 42 | C | 36 | 16 |
| Octal | 126 | 46 | 32 | 0 | 70 | 106 | 102 | 14 | 66 | 26 |
| Binary | 1010110 | 100110 | 11010 | 0 | 111000 | 1000110 | 1000010 | 1100 | 110110 | 10110 |
Color Harmonies of #56261A
Complementary color
Monochromatic Colors of #56261A
Black with #56261A
Text Example
Text Example
White with #56261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56261A; }
p { color: rgb(86,38,26); }
H1.HeaderClassName
{
color: #56261A;
}
.AnyTagClassName
{
color: #56261A;
}
</style>
background-color css
<style>
a { background-color: #56261A; }
a { background-color: rgb(86,38,26); }
div.DivClassName
{
background-color: #56261A;
}
.BgClassName
{
background-color: #56261A;
}
</style>
border-color css
<style>
span { border-color: #56261A; }
span { border-color: rgb(86,38,26); }
td.TdClassName
{
border-color: #56261A;
}
.TagClassName
{
border-color: #56261A;
}
</style>