Shades of Caput Mortuum #55201B
Tints of Caput Mortuum #55201B
RGB
CMYK
RGB Variations
Color information
#55201B (or 0x55201B) is known color: Caput Mortuum. HEX triplet: 55, 20 and 1B. RGB value is (85,32,27). Sum of RGB (Red+Green+Blue) = 85+32+27=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201B is #AADFE4. Grayscale: #2F2F2F. Windows color (decimal): -11198437 or 1777749. OLE color: 1777749.
HSL color Cylindrical-coordinate representation of color #55201B: hue angle of 5.17º 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 #55201B is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 27 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.67 |
| HSL | 5.17º | 0.52% | 0.22% | - |
| HSV(B) | 5.17º | 0.68% | 0.33% | - |
| XYZ | 4.46 | 3.04 | 1.39 | - |
| YUV | 47.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 27 | 0 | 0.62 | 0.68 | 0.67 | 5.17 | 0.52 | 0.22 |
| Hex | 55 | 20 | 1B | 0 | 3E | 44 | 43 | 5 | 34 | 16 |
| Octal | 125 | 40 | 33 | 0 | 76 | 104 | 103 | 5 | 64 | 26 |
| Binary | 1010101 | 100000 | 11011 | 0 | 111110 | 1000100 | 1000011 | 101 | 110100 | 10110 |
Color Harmonies of #55201B
Complementary color
Monochromatic Colors of #55201B
Black with #55201B
Text Example
Text Example
White with #55201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55201B; }
p { color: rgb(85,32,27); }
H1.HeaderClassName
{
color: #55201B;
}
.AnyTagClassName
{
color: #55201B;
}
</style>
background-color css
<style>
a { background-color: #55201B; }
a { background-color: rgb(85,32,27); }
div.DivClassName
{
background-color: #55201B;
}
.BgClassName
{
background-color: #55201B;
}
</style>
border-color css
<style>
span { border-color: #55201B; }
span { border-color: rgb(85,32,27); }
td.TdClassName
{
border-color: #55201B;
}
.TagClassName
{
border-color: #55201B;
}
</style>