Shades of Caput Mortuum #55221A
Tints of Caput Mortuum #55221A
RGB
CMYK
RGB Variations
Color information
#55221A (or 0x55221A) is known color: Caput Mortuum. HEX triplet: 55, 22 and 1A. RGB value is (85,34,26). Sum of RGB (Red+Green+Blue) = 85+34+26=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55221A is #AADDE5. Grayscale: #303030. Windows color (decimal): -11197926 or 1712725. OLE color: 1712725.
HSL color Cylindrical-coordinate representation of color #55221A: hue angle of 8.14º 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 #55221A is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 26 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.67 |
| HSL | 8.14º | 0.53% | 0.22% | - |
| HSV(B) | 8.14º | 0.69% | 0.33% | - |
| XYZ | 4.5 | 3.15 | 1.35 | - |
| YUV | 48.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 26 | 0 | 0.60 | 0.69 | 0.67 | 8.14 | 0.53 | 0.22 |
| Hex | 55 | 22 | 1A | 0 | 3C | 45 | 43 | 8 | 35 | 16 |
| Octal | 125 | 42 | 32 | 0 | 74 | 105 | 103 | 10 | 65 | 26 |
| Binary | 1010101 | 100010 | 11010 | 0 | 111100 | 1000101 | 1000011 | 1000 | 110101 | 10110 |
Color Harmonies of #55221A
Complementary color
Monochromatic Colors of #55221A
Black with #55221A
Text Example
Text Example
White with #55221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55221A; }
p { color: rgb(85,34,26); }
H1.HeaderClassName
{
color: #55221A;
}
.AnyTagClassName
{
color: #55221A;
}
</style>
background-color css
<style>
a { background-color: #55221A; }
a { background-color: rgb(85,34,26); }
div.DivClassName
{
background-color: #55221A;
}
.BgClassName
{
background-color: #55221A;
}
</style>
border-color css
<style>
span { border-color: #55221A; }
span { border-color: rgb(85,34,26); }
td.TdClassName
{
border-color: #55221A;
}
.TagClassName
{
border-color: #55221A;
}
</style>