Shades of Caput Mortuum #511E0F
Tints of Caput Mortuum #511E0F
RGB
CMYK
RGB Variations
Color information
#511E0F (or 0x511E0F) is known color: Caput Mortuum. HEX triplet: 51, 1E and 0F. RGB value is (81,30,15). Sum of RGB (Red+Green+Blue) = 81+30+15=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E0F is #AEE1F0. Grayscale: #2B2B2B. Windows color (decimal): -11461105 or 990801. OLE color: 990801.
HSL color Cylindrical-coordinate representation of color #511E0F: hue angle of 13.64º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511E0F is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 15 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.68 |
| HSL | 13.64º | 0.69% | 0.19% | - |
| HSV(B) | 13.64º | 0.81% | 0.32% | - |
| XYZ | 3.94 | 2.71 | 0.77 | - |
| YUV | 43.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 15 | 0 | 0.63 | 0.81 | 0.68 | 13.64 | 0.69 | 0.19 |
| Hex | 51 | 1E | F | 0 | 3F | 51 | 44 | E | 45 | 13 |
| Octal | 121 | 36 | 17 | 0 | 77 | 121 | 104 | 16 | 105 | 23 |
| Binary | 1010001 | 11110 | 1111 | 0 | 111111 | 1010001 | 1000100 | 1110 | 1000101 | 10011 |
Color Harmonies of #511E0F
Complementary color
Monochromatic Colors of #511E0F
Black with #511E0F
Text Example
Text Example
White with #511E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E0F; }
p { color: rgb(81,30,15); }
H1.HeaderClassName
{
color: #511E0F;
}
.AnyTagClassName
{
color: #511E0F;
}
</style>
background-color css
<style>
a { background-color: #511E0F; }
a { background-color: rgb(81,30,15); }
div.DivClassName
{
background-color: #511E0F;
}
.BgClassName
{
background-color: #511E0F;
}
</style>
border-color css
<style>
span { border-color: #511E0F; }
span { border-color: rgb(81,30,15); }
td.TdClassName
{
border-color: #511E0F;
}
.TagClassName
{
border-color: #511E0F;
}
</style>