Shades of Caput Mortuum #512012
Tints of Caput Mortuum #512012
RGB
CMYK
RGB Variations
Color information
#512012 (or 0x512012) is known color: Caput Mortuum. HEX triplet: 51, 20 and 12. RGB value is (81,32,18). Sum of RGB (Red+Green+Blue) = 81+32+18=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #512012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512012 is #AEDFED. Grayscale: #2D2D2D. Windows color (decimal): -11460590 or 1187921. OLE color: 1187921.
HSL color Cylindrical-coordinate representation of color #512012: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512012 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 18 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.68 |
| HSL | 13.33º | 0.64% | 0.19% | - |
| HSV(B) | 13.33º | 0.78% | 0.32% | - |
| XYZ | 4.02 | 2.83 | 0.91 | - |
| YUV | 45.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 18 | 0 | 0.60 | 0.78 | 0.68 | 13.33 | 0.64 | 0.19 |
| Hex | 51 | 20 | 12 | 0 | 3C | 4E | 44 | D | 40 | 13 |
| Octal | 121 | 40 | 22 | 0 | 74 | 116 | 104 | 15 | 100 | 23 |
| Binary | 1010001 | 100000 | 10010 | 0 | 111100 | 1001110 | 1000100 | 1101 | 1000000 | 10011 |
Color Harmonies of #512012
Complementary color
Monochromatic Colors of #512012
Black with #512012
Text Example
Text Example
White with #512012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512012; }
p { color: rgb(81,32,18); }
H1.HeaderClassName
{
color: #512012;
}
.AnyTagClassName
{
color: #512012;
}
</style>
background-color css
<style>
a { background-color: #512012; }
a { background-color: rgb(81,32,18); }
div.DivClassName
{
background-color: #512012;
}
.BgClassName
{
background-color: #512012;
}
</style>
border-color css
<style>
span { border-color: #512012; }
span { border-color: rgb(81,32,18); }
td.TdClassName
{
border-color: #512012;
}
.TagClassName
{
border-color: #512012;
}
</style>