Shades of Caput Mortuum #552B21
Tints of Caput Mortuum #552B21
RGB
CMYK
RGB Variations
Color information
#552B21 (or 0x552B21) is known color: Caput Mortuum. HEX triplet: 55, 2B and 21. RGB value is (85,43,33). Sum of RGB (Red+Green+Blue) = 85+43+33=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B21 is #AAD4DE. Grayscale: #363636. Windows color (decimal): -11195615 or 2173781. OLE color: 2173781.
HSL color Cylindrical-coordinate representation of color #552B21: hue angle of 11.54º 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 #552B21 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 33 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.67 |
| HSL | 11.54º | 0.44% | 0.23% | - |
| HSV(B) | 11.54º | 0.61% | 0.33% | - |
| XYZ | 4.88 | 3.77 | 1.91 | - |
| YUV | 54.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 33 | 0 | 0.49 | 0.61 | 0.67 | 11.54 | 0.44 | 0.23 |
| Hex | 55 | 2B | 21 | 0 | 31 | 3D | 43 | C | 2C | 17 |
| Octal | 125 | 53 | 41 | 0 | 61 | 75 | 103 | 14 | 54 | 27 |
| Binary | 1010101 | 101011 | 100001 | 0 | 110001 | 111101 | 1000011 | 1100 | 101100 | 10111 |
Color Harmonies of #552B21
Complementary color
Monochromatic Colors of #552B21
Black with #552B21
Text Example
Text Example
White with #552B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B21; }
p { color: rgb(85,43,33); }
H1.HeaderClassName
{
color: #552B21;
}
.AnyTagClassName
{
color: #552B21;
}
</style>
background-color css
<style>
a { background-color: #552B21; }
a { background-color: rgb(85,43,33); }
div.DivClassName
{
background-color: #552B21;
}
.BgClassName
{
background-color: #552B21;
}
</style>
border-color css
<style>
span { border-color: #552B21; }
span { border-color: rgb(85,43,33); }
td.TdClassName
{
border-color: #552B21;
}
.TagClassName
{
border-color: #552B21;
}
</style>