Shades of Caput Mortuum #522C25
Tints of Caput Mortuum #522C25
RGB
CMYK
RGB Variations
Color information
#522C25 (or 0x522C25) is known color: Caput Mortuum. HEX triplet: 52, 2C and 25. RGB value is (82,44,37). Sum of RGB (Red+Green+Blue) = 82+44+37=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #522C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C25 is #ADD3DA. Grayscale: #363636. Windows color (decimal): -11391963 or 2436178. OLE color: 2436178.
HSL color Cylindrical-coordinate representation of color #522C25: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522C25 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 44 | 37 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.68 |
| HSL | 9.33º | 0.38% | 0.23% | - |
| HSV(B) | 9.33º | 0.55% | 0.32% | - |
| XYZ | 4.71 | 3.73 | 2.22 | - |
| YUV | 54.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 37 | 0 | 0.46 | 0.55 | 0.68 | 9.33 | 0.38 | 0.23 |
| Hex | 52 | 2C | 25 | 0 | 2E | 37 | 44 | 9 | 26 | 17 |
| Octal | 122 | 54 | 45 | 0 | 56 | 67 | 104 | 11 | 46 | 27 |
| Binary | 1010010 | 101100 | 100101 | 0 | 101110 | 110111 | 1000100 | 1001 | 100110 | 10111 |
Color Harmonies of #522C25
Complementary color
Monochromatic Colors of #522C25
Black with #522C25
Text Example
Text Example
White with #522C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C25; }
p { color: rgb(82,44,37); }
H1.HeaderClassName
{
color: #522C25;
}
.AnyTagClassName
{
color: #522C25;
}
</style>
background-color css
<style>
a { background-color: #522C25; }
a { background-color: rgb(82,44,37); }
div.DivClassName
{
background-color: #522C25;
}
.BgClassName
{
background-color: #522C25;
}
</style>
border-color css
<style>
span { border-color: #522C25; }
span { border-color: rgb(82,44,37); }
td.TdClassName
{
border-color: #522C25;
}
.TagClassName
{
border-color: #522C25;
}
</style>