Shades of Caput Mortuum #512820
Tints of Caput Mortuum #512820
RGB
CMYK
RGB Variations
Color information
#512820 (or 0x512820) is known color: Caput Mortuum. HEX triplet: 51, 28 and 20. RGB value is (81,40,32). Sum of RGB (Red+Green+Blue) = 81+40+32=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512820 is #AED7DF. Grayscale: #333333. Windows color (decimal): -11458528 or 2107473. OLE color: 2107473.
HSL color Cylindrical-coordinate representation of color #512820: hue angle of 9.8º 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 #512820 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 32 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.68 |
| HSL | 9.8º | 0.43% | 0.22% | - |
| HSV(B) | 9.8º | 0.6% | 0.32% | - |
| XYZ | 4.41 | 3.37 | 1.78 | - |
| YUV | 51.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 32 | 0 | 0.51 | 0.60 | 0.68 | 9.8 | 0.43 | 0.22 |
| Hex | 51 | 28 | 20 | 0 | 33 | 3C | 44 | A | 2B | 16 |
| Octal | 121 | 50 | 40 | 0 | 63 | 74 | 104 | 12 | 53 | 26 |
| Binary | 1010001 | 101000 | 100000 | 0 | 110011 | 111100 | 1000100 | 1010 | 101011 | 10110 |
Color Harmonies of #512820
Complementary color
Monochromatic Colors of #512820
Black with #512820
Text Example
Text Example
White with #512820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512820; }
p { color: rgb(81,40,32); }
H1.HeaderClassName
{
color: #512820;
}
.AnyTagClassName
{
color: #512820;
}
</style>
background-color css
<style>
a { background-color: #512820; }
a { background-color: rgb(81,40,32); }
div.DivClassName
{
background-color: #512820;
}
.BgClassName
{
background-color: #512820;
}
</style>
border-color css
<style>
span { border-color: #512820; }
span { border-color: rgb(81,40,32); }
td.TdClassName
{
border-color: #512820;
}
.TagClassName
{
border-color: #512820;
}
</style>