Shades of Caput Mortuum #55210E
Tints of Caput Mortuum #55210E
RGB
CMYK
RGB Variations
Color information
#55210E (or 0x55210E) is known color: Caput Mortuum. HEX triplet: 55, 21 and 0E. RGB value is (85,33,14). Sum of RGB (Red+Green+Blue) = 85+33+14=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55210E is #AADEF1. Grayscale: #2E2E2E. Windows color (decimal): -11198194 or 926037. OLE color: 926037.
HSL color Cylindrical-coordinate representation of color #55210E: hue angle of 16.06º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55210E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 14 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.67 |
| HSL | 16.06º | 0.72% | 0.19% | - |
| HSV(B) | 16.06º | 0.84% | 0.33% | - |
| XYZ | 4.37 | 3.05 | 0.77 | - |
| YUV | 46.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 14 | 0 | 0.61 | 0.84 | 0.67 | 16.06 | 0.72 | 0.19 |
| Hex | 55 | 21 | E | 0 | 3D | 54 | 43 | 10 | 48 | 13 |
| Octal | 125 | 41 | 16 | 0 | 75 | 124 | 103 | 20 | 110 | 23 |
| Binary | 1010101 | 100001 | 1110 | 0 | 111101 | 1010100 | 1000011 | 10000 | 1001000 | 10011 |
Color Harmonies of #55210E
Complementary color
Monochromatic Colors of #55210E
Black with #55210E
Text Example
Text Example
White with #55210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55210E; }
p { color: rgb(85,33,14); }
H1.HeaderClassName
{
color: #55210E;
}
.AnyTagClassName
{
color: #55210E;
}
</style>
background-color css
<style>
a { background-color: #55210E; }
a { background-color: rgb(85,33,14); }
div.DivClassName
{
background-color: #55210E;
}
.BgClassName
{
background-color: #55210E;
}
</style>
border-color css
<style>
span { border-color: #55210E; }
span { border-color: rgb(85,33,14); }
td.TdClassName
{
border-color: #55210E;
}
.TagClassName
{
border-color: #55210E;
}
</style>