Shades of Caput Mortuum #512A20
Tints of Caput Mortuum #512A20
RGB
CMYK
RGB Variations
Color information
#512A20 (or 0x512A20) is known color: Caput Mortuum. HEX triplet: 51, 2A and 20. RGB value is (81,42,32). Sum of RGB (Red+Green+Blue) = 81+42+32=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A20 is #AED5DF. Grayscale: #343434. Windows color (decimal): -11458016 or 2107985. OLE color: 2107985.
HSL color Cylindrical-coordinate representation of color #512A20: hue angle of 12.24º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512A20 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 42 | 32 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.68 |
| HSL | 12.24º | 0.43% | 0.22% | - |
| HSV(B) | 12.24º | 0.6% | 0.32% | - |
| XYZ | 4.48 | 3.51 | 1.81 | - |
| YUV | 52.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 32 | 0 | 0.48 | 0.60 | 0.68 | 12.24 | 0.43 | 0.22 |
| Hex | 51 | 2A | 20 | 0 | 30 | 3C | 44 | C | 2B | 16 |
| Octal | 121 | 52 | 40 | 0 | 60 | 74 | 104 | 14 | 53 | 26 |
| Binary | 1010001 | 101010 | 100000 | 0 | 110000 | 111100 | 1000100 | 1100 | 101011 | 10110 |
Color Harmonies of #512A20
Complementary color
Monochromatic Colors of #512A20
Black with #512A20
Text Example
Text Example
White with #512A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A20; }
p { color: rgb(81,42,32); }
H1.HeaderClassName
{
color: #512A20;
}
.AnyTagClassName
{
color: #512A20;
}
</style>
background-color css
<style>
a { background-color: #512A20; }
a { background-color: rgb(81,42,32); }
div.DivClassName
{
background-color: #512A20;
}
.BgClassName
{
background-color: #512A20;
}
</style>
border-color css
<style>
span { border-color: #512A20; }
span { border-color: rgb(81,42,32); }
td.TdClassName
{
border-color: #512A20;
}
.TagClassName
{
border-color: #512A20;
}
</style>