Shades of Caput Mortuum #55210D
Tints of Caput Mortuum #55210D
RGB
CMYK
RGB Variations
Color information
#55210D (or 0x55210D) is known color: Caput Mortuum. HEX triplet: 55, 21 and 0D. RGB value is (85,33,13). Sum of RGB (Red+Green+Blue) = 85+33+13=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55210D is #AADEF2. Grayscale: #2E2E2E. Windows color (decimal): -11198195 or 860501. OLE color: 860501.
HSL color Cylindrical-coordinate representation of color #55210D: hue angle of 16.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55210D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 13 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.67 |
| HSL | 16.67º | 0.73% | 0.19% | - |
| HSV(B) | 16.67º | 0.85% | 0.33% | - |
| XYZ | 4.36 | 3.05 | 0.74 | - |
| YUV | 46.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 13 | 0 | 0.61 | 0.85 | 0.67 | 16.67 | 0.73 | 0.19 |
| Hex | 55 | 21 | D | 0 | 3D | 55 | 43 | 11 | 49 | 13 |
| Octal | 125 | 41 | 15 | 0 | 75 | 125 | 103 | 21 | 111 | 23 |
| Binary | 1010101 | 100001 | 1101 | 0 | 111101 | 1010101 | 1000011 | 10001 | 1001001 | 10011 |
Color Harmonies of #55210D
Complementary color
Monochromatic Colors of #55210D
Black with #55210D
Text Example
Text Example
White with #55210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55210D; }
p { color: rgb(85,33,13); }
H1.HeaderClassName
{
color: #55210D;
}
.AnyTagClassName
{
color: #55210D;
}
</style>
background-color css
<style>
a { background-color: #55210D; }
a { background-color: rgb(85,33,13); }
div.DivClassName
{
background-color: #55210D;
}
.BgClassName
{
background-color: #55210D;
}
</style>
border-color css
<style>
span { border-color: #55210D; }
span { border-color: rgb(85,33,13); }
td.TdClassName
{
border-color: #55210D;
}
.TagClassName
{
border-color: #55210D;
}
</style>