Shades of Caput Mortuum #521B12
Tints of Caput Mortuum #521B12
RGB
CMYK
RGB Variations
Color information
#521B12 (or 0x521B12) is known color: Caput Mortuum. HEX triplet: 52, 1B and 12. RGB value is (82,27,18). Sum of RGB (Red+Green+Blue) = 82+27+18=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B12 is #ADE4ED. Grayscale: #2A2A2A. Windows color (decimal): -11396334 or 1186642. OLE color: 1186642.
HSL color Cylindrical-coordinate representation of color #521B12: hue angle of 8.44º 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 #521B12 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 18 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.68 |
| HSL | 8.44º | 0.64% | 0.2% | - |
| HSV(B) | 8.44º | 0.78% | 0.32% | - |
| XYZ | 3.98 | 2.62 | 0.87 | - |
| YUV | 42.42 | 114.22 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 18 | 0 | 0.67 | 0.78 | 0.68 | 8.44 | 0.64 | 0.2 |
| Hex | 52 | 1B | 12 | 0 | 43 | 4E | 44 | 8 | 40 | 14 |
| Octal | 122 | 33 | 22 | 0 | 103 | 116 | 104 | 10 | 100 | 24 |
| Binary | 1010010 | 11011 | 10010 | 0 | 1000011 | 1001110 | 1000100 | 1000 | 1000000 | 10100 |
Color Harmonies of #521B12
Complementary color
Monochromatic Colors of #521B12
Black with #521B12
Text Example
Text Example
White with #521B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B12; }
p { color: rgb(82,27,18); }
H1.HeaderClassName
{
color: #521B12;
}
.AnyTagClassName
{
color: #521B12;
}
</style>
background-color css
<style>
a { background-color: #521B12; }
a { background-color: rgb(82,27,18); }
div.DivClassName
{
background-color: #521B12;
}
.BgClassName
{
background-color: #521B12;
}
</style>
border-color css
<style>
span { border-color: #521B12; }
span { border-color: rgb(82,27,18); }
td.TdClassName
{
border-color: #521B12;
}
.TagClassName
{
border-color: #521B12;
}
</style>