Shades of Caput Mortuum #552C21
Tints of Caput Mortuum #552C21
RGB
CMYK
RGB Variations
Color information
#552C21 (or 0x552C21) is known color: Caput Mortuum. HEX triplet: 55, 2C and 21. RGB value is (85,44,33). Sum of RGB (Red+Green+Blue) = 85+44+33=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C21 is #AAD3DE. Grayscale: #373737. Windows color (decimal): -11195359 or 2174037. OLE color: 2174037.
HSL color Cylindrical-coordinate representation of color #552C21: hue angle of 12.69º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552C21 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 33 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.67 |
| HSL | 12.69º | 0.44% | 0.23% | - |
| HSV(B) | 12.69º | 0.61% | 0.33% | - |
| XYZ | 4.92 | 3.84 | 1.92 | - |
| YUV | 55.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 33 | 0 | 0.48 | 0.61 | 0.67 | 12.69 | 0.44 | 0.23 |
| Hex | 55 | 2C | 21 | 0 | 30 | 3D | 43 | D | 2C | 17 |
| Octal | 125 | 54 | 41 | 0 | 60 | 75 | 103 | 15 | 54 | 27 |
| Binary | 1010101 | 101100 | 100001 | 0 | 110000 | 111101 | 1000011 | 1101 | 101100 | 10111 |
Color Harmonies of #552C21
Complementary color
Monochromatic Colors of #552C21
Black with #552C21
Text Example
Text Example
White with #552C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C21; }
p { color: rgb(85,44,33); }
H1.HeaderClassName
{
color: #552C21;
}
.AnyTagClassName
{
color: #552C21;
}
</style>
background-color css
<style>
a { background-color: #552C21; }
a { background-color: rgb(85,44,33); }
div.DivClassName
{
background-color: #552C21;
}
.BgClassName
{
background-color: #552C21;
}
</style>
border-color css
<style>
span { border-color: #552C21; }
span { border-color: rgb(85,44,33); }
td.TdClassName
{
border-color: #552C21;
}
.TagClassName
{
border-color: #552C21;
}
</style>