Shades of Liver #51464D
Tints of Liver #51464D
RGB
CMYK
RGB Variations
Color information
#51464D (or 0x51464D) is known color: Liver. HEX triplet: 51, 46 and 4D. RGB value is (81,70,77). Sum of RGB (Red+Green+Blue) = 81+70+77=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51464D is #AEB9B2. Grayscale: #4A4A4A. Windows color (decimal): -11450803 or 5064273. OLE color: 5064273.
HSL color Cylindrical-coordinate representation of color #51464D: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51464D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 77 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.68 |
| HSL | 321.82º | 0.07% | 0.3% | - |
| HSV(B) | 321.82º | 0.14% | 0.32% | - |
| XYZ | 6.92 | 6.67 | 7.94 | - |
| YUV | 74.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 77 | 0 | 0.14 | 0.05 | 0.68 | 321.82 | 0.07 | 0.3 |
| Hex | 51 | 46 | 4D | 0 | E | 5 | 44 | 142 | 7 | 1E |
| Octal | 121 | 106 | 115 | 0 | 16 | 5 | 104 | 502 | 7 | 36 |
| Binary | 1010001 | 1000110 | 1001101 | 0 | 1110 | 101 | 1000100 | 101000010 | 111 | 11110 |
Color Harmonies of #51464D
Complementary color
Monochromatic Colors of #51464D
Black with #51464D
Text Example
Text Example
White with #51464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51464D; }
p { color: rgb(81,70,77); }
H1.HeaderClassName
{
color: #51464D;
}
.AnyTagClassName
{
color: #51464D;
}
</style>
background-color css
<style>
a { background-color: #51464D; }
a { background-color: rgb(81,70,77); }
div.DivClassName
{
background-color: #51464D;
}
.BgClassName
{
background-color: #51464D;
}
</style>
border-color css
<style>
span { border-color: #51464D; }
span { border-color: rgb(81,70,77); }
td.TdClassName
{
border-color: #51464D;
}
.TagClassName
{
border-color: #51464D;
}
</style>