Shades of Caput Mortuum #55211B
Tints of Caput Mortuum #55211B
RGB
CMYK
RGB Variations
Color information
#55211B (or 0x55211B) is known color: Caput Mortuum. HEX triplet: 55, 21 and 1B. RGB value is (85,33,27). Sum of RGB (Red+Green+Blue) = 85+33+27=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55211B is #AADEE4. Grayscale: #2F2F2F. Windows color (decimal): -11198181 or 1778005. OLE color: 1778005.
HSL color Cylindrical-coordinate representation of color #55211B: hue angle of 6.21º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55211B is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 27 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.67 |
| HSL | 6.21º | 0.52% | 0.22% | - |
| HSV(B) | 6.21º | 0.68% | 0.33% | - |
| XYZ | 4.49 | 3.1 | 1.4 | - |
| YUV | 47.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 27 | 0 | 0.61 | 0.68 | 0.67 | 6.21 | 0.52 | 0.22 |
| Hex | 55 | 21 | 1B | 0 | 3D | 44 | 43 | 6 | 34 | 16 |
| Octal | 125 | 41 | 33 | 0 | 75 | 104 | 103 | 6 | 64 | 26 |
| Binary | 1010101 | 100001 | 11011 | 0 | 111101 | 1000100 | 1000011 | 110 | 110100 | 10110 |
Color Harmonies of #55211B
Complementary color
Monochromatic Colors of #55211B
Black with #55211B
Text Example
Text Example
White with #55211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55211B; }
p { color: rgb(85,33,27); }
H1.HeaderClassName
{
color: #55211B;
}
.AnyTagClassName
{
color: #55211B;
}
</style>
background-color css
<style>
a { background-color: #55211B; }
a { background-color: rgb(85,33,27); }
div.DivClassName
{
background-color: #55211B;
}
.BgClassName
{
background-color: #55211B;
}
</style>
border-color css
<style>
span { border-color: #55211B; }
span { border-color: rgb(85,33,27); }
td.TdClassName
{
border-color: #55211B;
}
.TagClassName
{
border-color: #55211B;
}
</style>