Shades of Liver #514047
Tints of Liver #514047
RGB
CMYK
RGB Variations
Color information
#514047 (or 0x514047) is known color: Liver. HEX triplet: 51, 40 and 47. RGB value is (81,64,71). Sum of RGB (Red+Green+Blue) = 81+64+71=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514047 is #AEBFB8. Grayscale: #454545. Windows color (decimal): -11452345 or 4669521. OLE color: 4669521.
HSL color Cylindrical-coordinate representation of color #514047: hue angle of 335.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514047 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 71 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.68 |
| HSL | 335.29º | 0.12% | 0.28% | - |
| HSV(B) | 335.29º | 0.21% | 0.32% | - |
| XYZ | 6.36 | 5.87 | 6.76 | - |
| YUV | 69.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 71 | 0 | 0.21 | 0.12 | 0.68 | 335.29 | 0.12 | 0.28 |
| Hex | 51 | 40 | 47 | 0 | 15 | C | 44 | 14F | C | 1C |
| Octal | 121 | 100 | 107 | 0 | 25 | 14 | 104 | 517 | 14 | 34 |
| Binary | 1010001 | 1000000 | 1000111 | 0 | 10101 | 1100 | 1000100 | 101001111 | 1100 | 11100 |
Color Harmonies of #514047
Complementary color
Monochromatic Colors of #514047
Black with #514047
Text Example
Text Example
White with #514047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514047; }
p { color: rgb(81,64,71); }
H1.HeaderClassName
{
color: #514047;
}
.AnyTagClassName
{
color: #514047;
}
</style>
background-color css
<style>
a { background-color: #514047; }
a { background-color: rgb(81,64,71); }
div.DivClassName
{
background-color: #514047;
}
.BgClassName
{
background-color: #514047;
}
</style>
border-color css
<style>
span { border-color: #514047; }
span { border-color: rgb(81,64,71); }
td.TdClassName
{
border-color: #514047;
}
.TagClassName
{
border-color: #514047;
}
</style>