Shades of Caput Mortuum #55200D
Tints of Caput Mortuum #55200D
RGB
CMYK
RGB Variations
Color information
#55200D (or 0x55200D) is known color: Caput Mortuum. HEX triplet: 55, 20 and 0D. RGB value is (85,32,13). Sum of RGB (Red+Green+Blue) = 85+32+13=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55200D is #AADFF2. Grayscale: #2D2D2D. Windows color (decimal): -11198451 or 860245. OLE color: 860245.
HSL color Cylindrical-coordinate representation of color #55200D: hue angle of 15.83º 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 #55200D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 13 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.67 |
| HSL | 15.83º | 0.73% | 0.19% | - |
| HSV(B) | 15.83º | 0.85% | 0.33% | - |
| XYZ | 4.34 | 2.99 | 0.73 | - |
| YUV | 45.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 13 | 0 | 0.62 | 0.85 | 0.67 | 15.83 | 0.73 | 0.19 |
| Hex | 55 | 20 | D | 0 | 3E | 55 | 43 | 10 | 49 | 13 |
| Octal | 125 | 40 | 15 | 0 | 76 | 125 | 103 | 20 | 111 | 23 |
| Binary | 1010101 | 100000 | 1101 | 0 | 111110 | 1010101 | 1000011 | 10000 | 1001001 | 10011 |
Color Harmonies of #55200D
Complementary color
Monochromatic Colors of #55200D
Black with #55200D
Text Example
Text Example
White with #55200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55200D; }
p { color: rgb(85,32,13); }
H1.HeaderClassName
{
color: #55200D;
}
.AnyTagClassName
{
color: #55200D;
}
</style>
background-color css
<style>
a { background-color: #55200D; }
a { background-color: rgb(85,32,13); }
div.DivClassName
{
background-color: #55200D;
}
.BgClassName
{
background-color: #55200D;
}
</style>
border-color css
<style>
span { border-color: #55200D; }
span { border-color: rgb(85,32,13); }
td.TdClassName
{
border-color: #55200D;
}
.TagClassName
{
border-color: #55200D;
}
</style>