Shades of Caput Mortuum #522A24
Tints of Caput Mortuum #522A24
RGB
CMYK
RGB Variations
Color information
#522A24 (or 0x522A24) is known color: Caput Mortuum. HEX triplet: 52, 2A and 24. RGB value is (82,42,36). Sum of RGB (Red+Green+Blue) = 82+42+36=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #522A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A24 is #ADD5DB. Grayscale: #353535. Windows color (decimal): -11392476 or 2370130. OLE color: 2370130.
HSL color Cylindrical-coordinate representation of color #522A24: hue angle of 7.83º 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 #522A24 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 36 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.68 |
| HSL | 7.83º | 0.39% | 0.23% | - |
| HSV(B) | 7.83º | 0.56% | 0.32% | - |
| XYZ | 4.63 | 3.58 | 2.12 | - |
| YUV | 53.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 36 | 0 | 0.49 | 0.56 | 0.68 | 7.83 | 0.39 | 0.23 |
| Hex | 52 | 2A | 24 | 0 | 31 | 38 | 44 | 8 | 27 | 17 |
| Octal | 122 | 52 | 44 | 0 | 61 | 70 | 104 | 10 | 47 | 27 |
| Binary | 1010010 | 101010 | 100100 | 0 | 110001 | 111000 | 1000100 | 1000 | 100111 | 10111 |
Color Harmonies of #522A24
Complementary color
Monochromatic Colors of #522A24
Black with #522A24
Text Example
Text Example
White with #522A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A24; }
p { color: rgb(82,42,36); }
H1.HeaderClassName
{
color: #522A24;
}
.AnyTagClassName
{
color: #522A24;
}
</style>
background-color css
<style>
a { background-color: #522A24; }
a { background-color: rgb(82,42,36); }
div.DivClassName
{
background-color: #522A24;
}
.BgClassName
{
background-color: #522A24;
}
</style>
border-color css
<style>
span { border-color: #522A24; }
span { border-color: rgb(82,42,36); }
td.TdClassName
{
border-color: #522A24;
}
.TagClassName
{
border-color: #522A24;
}
</style>