Shades of Caput Mortuum #511F0D
Tints of Caput Mortuum #511F0D
RGB
CMYK
RGB Variations
Color information
#511F0D (or 0x511F0D) is known color: Caput Mortuum. HEX triplet: 51, 1F and 0D. RGB value is (81,31,13). Sum of RGB (Red+Green+Blue) = 81+31+13=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511F0D is #AEE0F2. Grayscale: #2C2C2C. Windows color (decimal): -11460851 or 859985. OLE color: 859985.
HSL color Cylindrical-coordinate representation of color #511F0D: hue angle of 15.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511F0D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 13 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.68 |
| HSL | 15.88º | 0.72% | 0.18% | - |
| HSV(B) | 15.88º | 0.84% | 0.32% | - |
| XYZ | 3.96 | 2.76 | 0.7 | - |
| YUV | 43.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 13 | 0 | 0.62 | 0.84 | 0.68 | 15.88 | 0.72 | 0.18 |
| Hex | 51 | 1F | D | 0 | 3E | 54 | 44 | 10 | 48 | 12 |
| Octal | 121 | 37 | 15 | 0 | 76 | 124 | 104 | 20 | 110 | 22 |
| Binary | 1010001 | 11111 | 1101 | 0 | 111110 | 1010100 | 1000100 | 10000 | 1001000 | 10010 |
Color Harmonies of #511F0D
Complementary color
Monochromatic Colors of #511F0D
Black with #511F0D
Text Example
Text Example
White with #511F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F0D; }
p { color: rgb(81,31,13); }
H1.HeaderClassName
{
color: #511F0D;
}
.AnyTagClassName
{
color: #511F0D;
}
</style>
background-color css
<style>
a { background-color: #511F0D; }
a { background-color: rgb(81,31,13); }
div.DivClassName
{
background-color: #511F0D;
}
.BgClassName
{
background-color: #511F0D;
}
</style>
border-color css
<style>
span { border-color: #511F0D; }
span { border-color: rgb(81,31,13); }
td.TdClassName
{
border-color: #511F0D;
}
.TagClassName
{
border-color: #511F0D;
}
</style>