Shades of Caput Mortuum #55211D
Tints of Caput Mortuum #55211D
RGB
CMYK
RGB Variations
Color information
#55211D (or 0x55211D) is known color: Caput Mortuum. HEX triplet: 55, 21 and 1D. RGB value is (85,33,29). Sum of RGB (Red+Green+Blue) = 85+33+29=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55211D is #AADEE2. Grayscale: #303030. Windows color (decimal): -11198179 or 1909077. OLE color: 1909077.
HSL color Cylindrical-coordinate representation of color #55211D: hue angle of 4.29º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55211D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 29 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.67 |
| HSL | 4.29º | 0.49% | 0.22% | - |
| HSV(B) | 4.29º | 0.66% | 0.33% | - |
| XYZ | 4.51 | 3.11 | 1.52 | - |
| YUV | 48.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 29 | 0 | 0.61 | 0.66 | 0.67 | 4.29 | 0.49 | 0.22 |
| Hex | 55 | 21 | 1D | 0 | 3D | 42 | 43 | 4 | 31 | 16 |
| Octal | 125 | 41 | 35 | 0 | 75 | 102 | 103 | 4 | 61 | 26 |
| Binary | 1010101 | 100001 | 11101 | 0 | 111101 | 1000010 | 1000011 | 100 | 110001 | 10110 |
Color Harmonies of #55211D
Complementary color
Monochromatic Colors of #55211D
Black with #55211D
Text Example
Text Example
White with #55211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55211D; }
p { color: rgb(85,33,29); }
H1.HeaderClassName
{
color: #55211D;
}
.AnyTagClassName
{
color: #55211D;
}
</style>
background-color css
<style>
a { background-color: #55211D; }
a { background-color: rgb(85,33,29); }
div.DivClassName
{
background-color: #55211D;
}
.BgClassName
{
background-color: #55211D;
}
</style>
border-color css
<style>
span { border-color: #55211D; }
span { border-color: rgb(85,33,29); }
td.TdClassName
{
border-color: #55211D;
}
.TagClassName
{
border-color: #55211D;
}
</style>