Shades of Caput Mortuum #522D24
Tints of Caput Mortuum #522D24
RGB
CMYK
RGB Variations
Color information
#522D24 (or 0x522D24) is known color: Caput Mortuum. HEX triplet: 52, 2D and 24. RGB value is (82,45,36). Sum of RGB (Red+Green+Blue) = 82+45+36=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #522D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D24 is #ADD2DB. Grayscale: #373737. Windows color (decimal): -11391708 or 2370898. OLE color: 2370898.
HSL color Cylindrical-coordinate representation of color #522D24: hue angle of 11.74º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522D24 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 36 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.68 |
| HSL | 11.74º | 0.39% | 0.23% | - |
| HSV(B) | 11.74º | 0.56% | 0.32% | - |
| XYZ | 4.74 | 3.8 | 2.15 | - |
| YUV | 55.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 36 | 0 | 0.45 | 0.56 | 0.68 | 11.74 | 0.39 | 0.23 |
| Hex | 52 | 2D | 24 | 0 | 2D | 38 | 44 | C | 27 | 17 |
| Octal | 122 | 55 | 44 | 0 | 55 | 70 | 104 | 14 | 47 | 27 |
| Binary | 1010010 | 101101 | 100100 | 0 | 101101 | 111000 | 1000100 | 1100 | 100111 | 10111 |
Color Harmonies of #522D24
Complementary color
Monochromatic Colors of #522D24
Black with #522D24
Text Example
Text Example
White with #522D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D24; }
p { color: rgb(82,45,36); }
H1.HeaderClassName
{
color: #522D24;
}
.AnyTagClassName
{
color: #522D24;
}
</style>
background-color css
<style>
a { background-color: #522D24; }
a { background-color: rgb(82,45,36); }
div.DivClassName
{
background-color: #522D24;
}
.BgClassName
{
background-color: #522D24;
}
</style>
border-color css
<style>
span { border-color: #522D24; }
span { border-color: rgb(82,45,36); }
td.TdClassName
{
border-color: #522D24;
}
.TagClassName
{
border-color: #522D24;
}
</style>