Shades of Caput Mortuum #55201A
Tints of Caput Mortuum #55201A
RGB
CMYK
RGB Variations
Color information
#55201A (or 0x55201A) is known color: Caput Mortuum. HEX triplet: 55, 20 and 1A. RGB value is (85,32,26). Sum of RGB (Red+Green+Blue) = 85+32+26=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #55201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201A is #AADFE5. Grayscale: #2F2F2F. Windows color (decimal): -11198438 or 1712213. OLE color: 1712213.
HSL color Cylindrical-coordinate representation of color #55201A: hue angle of 6.1º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55201A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 26 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.67 |
| HSL | 6.1º | 0.53% | 0.22% | - |
| HSV(B) | 6.1º | 0.69% | 0.33% | - |
| XYZ | 4.45 | 3.04 | 1.33 | - |
| YUV | 47.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 26 | 0 | 0.62 | 0.69 | 0.67 | 6.1 | 0.53 | 0.22 |
| Hex | 55 | 20 | 1A | 0 | 3E | 45 | 43 | 6 | 35 | 16 |
| Octal | 125 | 40 | 32 | 0 | 76 | 105 | 103 | 6 | 65 | 26 |
| Binary | 1010101 | 100000 | 11010 | 0 | 111110 | 1000101 | 1000011 | 110 | 110101 | 10110 |
Color Harmonies of #55201A
Complementary color
Monochromatic Colors of #55201A
Black with #55201A
Text Example
Text Example
White with #55201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55201A; }
p { color: rgb(85,32,26); }
H1.HeaderClassName
{
color: #55201A;
}
.AnyTagClassName
{
color: #55201A;
}
</style>
background-color css
<style>
a { background-color: #55201A; }
a { background-color: rgb(85,32,26); }
div.DivClassName
{
background-color: #55201A;
}
.BgClassName
{
background-color: #55201A;
}
</style>
border-color css
<style>
span { border-color: #55201A; }
span { border-color: rgb(85,32,26); }
td.TdClassName
{
border-color: #55201A;
}
.TagClassName
{
border-color: #55201A;
}
</style>