Shades of Caput Mortuum #521F12
Tints of Caput Mortuum #521F12
RGB
CMYK
RGB Variations
Color information
#521F12 (or 0x521F12) is known color: Caput Mortuum. HEX triplet: 52, 1F and 12. RGB value is (82,31,18). Sum of RGB (Red+Green+Blue) = 82+31+18=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F12 is #ADE0ED. Grayscale: #2C2C2C. Windows color (decimal): -11395310 or 1187666. OLE color: 1187666.
HSL color Cylindrical-coordinate representation of color #521F12: hue angle of 12.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521F12 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 31 | 18 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.68 |
| HSL | 12.19º | 0.64% | 0.2% | - |
| HSV(B) | 12.19º | 0.78% | 0.32% | - |
| XYZ | 4.08 | 2.82 | 0.9 | - |
| YUV | 44.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 18 | 0 | 0.62 | 0.78 | 0.68 | 12.19 | 0.64 | 0.2 |
| Hex | 52 | 1F | 12 | 0 | 3E | 4E | 44 | C | 40 | 14 |
| Octal | 122 | 37 | 22 | 0 | 76 | 116 | 104 | 14 | 100 | 24 |
| Binary | 1010010 | 11111 | 10010 | 0 | 111110 | 1001110 | 1000100 | 1100 | 1000000 | 10100 |
Color Harmonies of #521F12
Complementary color
Monochromatic Colors of #521F12
Black with #521F12
Text Example
Text Example
White with #521F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F12; }
p { color: rgb(82,31,18); }
H1.HeaderClassName
{
color: #521F12;
}
.AnyTagClassName
{
color: #521F12;
}
</style>
background-color css
<style>
a { background-color: #521F12; }
a { background-color: rgb(82,31,18); }
div.DivClassName
{
background-color: #521F12;
}
.BgClassName
{
background-color: #521F12;
}
</style>
border-color css
<style>
span { border-color: #521F12; }
span { border-color: rgb(82,31,18); }
td.TdClassName
{
border-color: #521F12;
}
.TagClassName
{
border-color: #521F12;
}
</style>