Shades of Caput Mortuum #511E17
Tints of Caput Mortuum #511E17
RGB
CMYK
RGB Variations
Color information
#511E17 (or 0x511E17) is known color: Caput Mortuum. HEX triplet: 51, 1E and 17. RGB value is (81,30,23). Sum of RGB (Red+Green+Blue) = 81+30+23=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511E17 is #AEE1E8. Grayscale: #2C2C2C. Windows color (decimal): -11461097 or 1515089. OLE color: 1515089.
HSL color Cylindrical-coordinate representation of color #511E17: hue angle of 7.24º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511E17 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 23 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.68 |
| HSL | 7.24º | 0.56% | 0.2% | - |
| HSV(B) | 7.24º | 0.72% | 0.32% | - |
| XYZ | 4.01 | 2.74 | 1.13 | - |
| YUV | 44.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 23 | 0 | 0.63 | 0.72 | 0.68 | 7.24 | 0.56 | 0.2 |
| Hex | 51 | 1E | 17 | 0 | 3F | 48 | 44 | 7 | 38 | 14 |
| Octal | 121 | 36 | 27 | 0 | 77 | 110 | 104 | 7 | 70 | 24 |
| Binary | 1010001 | 11110 | 10111 | 0 | 111111 | 1001000 | 1000100 | 111 | 111000 | 10100 |
Color Harmonies of #511E17
Complementary color
Monochromatic Colors of #511E17
Black with #511E17
Text Example
Text Example
White with #511E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E17; }
p { color: rgb(81,30,23); }
H1.HeaderClassName
{
color: #511E17;
}
.AnyTagClassName
{
color: #511E17;
}
</style>
background-color css
<style>
a { background-color: #511E17; }
a { background-color: rgb(81,30,23); }
div.DivClassName
{
background-color: #511E17;
}
.BgClassName
{
background-color: #511E17;
}
</style>
border-color css
<style>
span { border-color: #511E17; }
span { border-color: rgb(81,30,23); }
td.TdClassName
{
border-color: #511E17;
}
.TagClassName
{
border-color: #511E17;
}
</style>