Shades of Caput Mortuum #521D16
Tints of Caput Mortuum #521D16
RGB
CMYK
RGB Variations
Color information
#521D16 (or 0x521D16) is known color: Caput Mortuum. HEX triplet: 52, 1D and 16. RGB value is (82,29,22). Sum of RGB (Red+Green+Blue) = 82+29+22=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D16 is #ADE2E9. Grayscale: #2C2C2C. Windows color (decimal): -11395818 or 1449298. OLE color: 1449298.
HSL color Cylindrical-coordinate representation of color #521D16: hue angle of 7º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521D16 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 22 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.68 |
| HSL | 7º | 0.58% | 0.2% | - |
| HSV(B) | 7º | 0.73% | 0.32% | - |
| XYZ | 4.06 | 2.73 | 1.07 | - |
| YUV | 44.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 22 | 0 | 0.65 | 0.73 | 0.68 | 7 | 0.58 | 0.2 |
| Hex | 52 | 1D | 16 | 0 | 41 | 49 | 44 | 7 | 3A | 14 |
| Octal | 122 | 35 | 26 | 0 | 101 | 111 | 104 | 7 | 72 | 24 |
| Binary | 1010010 | 11101 | 10110 | 0 | 1000001 | 1001001 | 1000100 | 111 | 111010 | 10100 |
Color Harmonies of #521D16
Complementary color
Monochromatic Colors of #521D16
Black with #521D16
Text Example
Text Example
White with #521D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D16; }
p { color: rgb(82,29,22); }
H1.HeaderClassName
{
color: #521D16;
}
.AnyTagClassName
{
color: #521D16;
}
</style>
background-color css
<style>
a { background-color: #521D16; }
a { background-color: rgb(82,29,22); }
div.DivClassName
{
background-color: #521D16;
}
.BgClassName
{
background-color: #521D16;
}
</style>
border-color css
<style>
span { border-color: #521D16; }
span { border-color: rgb(82,29,22); }
td.TdClassName
{
border-color: #521D16;
}
.TagClassName
{
border-color: #521D16;
}
</style>