Shades of Caput Mortuum #552D21
Tints of Caput Mortuum #552D21
RGB
CMYK
RGB Variations
Color information
#552D21 (or 0x552D21) is known color: Caput Mortuum. HEX triplet: 55, 2D and 21. RGB value is (85,45,33). Sum of RGB (Red+Green+Blue) = 85+45+33=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D21 is #AAD2DE. Grayscale: #373737. Windows color (decimal): -11195103 or 2174293. OLE color: 2174293.
HSL color Cylindrical-coordinate representation of color #552D21: hue angle of 13.85º 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 #552D21 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 33 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.67 |
| HSL | 13.85º | 0.44% | 0.23% | - |
| HSV(B) | 13.85º | 0.61% | 0.33% | - |
| XYZ | 4.96 | 3.92 | 1.93 | - |
| YUV | 55.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 33 | 0 | 0.47 | 0.61 | 0.67 | 13.85 | 0.44 | 0.23 |
| Hex | 55 | 2D | 21 | 0 | 2F | 3D | 43 | E | 2C | 17 |
| Octal | 125 | 55 | 41 | 0 | 57 | 75 | 103 | 16 | 54 | 27 |
| Binary | 1010101 | 101101 | 100001 | 0 | 101111 | 111101 | 1000011 | 1110 | 101100 | 10111 |
Color Harmonies of #552D21
Complementary color
Monochromatic Colors of #552D21
Black with #552D21
Text Example
Text Example
White with #552D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D21; }
p { color: rgb(85,45,33); }
H1.HeaderClassName
{
color: #552D21;
}
.AnyTagClassName
{
color: #552D21;
}
</style>
background-color css
<style>
a { background-color: #552D21; }
a { background-color: rgb(85,45,33); }
div.DivClassName
{
background-color: #552D21;
}
.BgClassName
{
background-color: #552D21;
}
</style>
border-color css
<style>
span { border-color: #552D21; }
span { border-color: rgb(85,45,33); }
td.TdClassName
{
border-color: #552D21;
}
.TagClassName
{
border-color: #552D21;
}
</style>