Shades of Liver #513F4A
Tints of Liver #513F4A
RGB
CMYK
RGB Variations
Color information
#513F4A (or 0x513F4A) is known color: Liver. HEX triplet: 51, 3F and 4A. RGB value is (81,63,74). Sum of RGB (Red+Green+Blue) = 81+63+74=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F4A is #AEC0B5. Grayscale: #454545. Windows color (decimal): -11452598 or 4865873. OLE color: 4865873.
HSL color Cylindrical-coordinate representation of color #513F4A: hue angle of 323.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F4A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 74 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.68 |
| HSL | 323.33º | 0.13% | 0.28% | - |
| HSV(B) | 323.33º | 0.22% | 0.32% | - |
| XYZ | 6.41 | 5.8 | 7.26 | - |
| YUV | 69.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 74 | 0 | 0.22 | 0.09 | 0.68 | 323.33 | 0.13 | 0.28 |
| Hex | 51 | 3F | 4A | 0 | 16 | 9 | 44 | 143 | C | 1C |
| Octal | 121 | 77 | 112 | 0 | 26 | 11 | 104 | 503 | 14 | 34 |
| Binary | 1010001 | 111111 | 1001010 | 0 | 10110 | 1001 | 1000100 | 101000011 | 1100 | 11100 |
Color Harmonies of #513F4A
Complementary color
Monochromatic Colors of #513F4A
Black with #513F4A
Text Example
Text Example
White with #513F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F4A; }
p { color: rgb(81,63,74); }
H1.HeaderClassName
{
color: #513F4A;
}
.AnyTagClassName
{
color: #513F4A;
}
</style>
background-color css
<style>
a { background-color: #513F4A; }
a { background-color: rgb(81,63,74); }
div.DivClassName
{
background-color: #513F4A;
}
.BgClassName
{
background-color: #513F4A;
}
</style>
border-color css
<style>
span { border-color: #513F4A; }
span { border-color: rgb(81,63,74); }
td.TdClassName
{
border-color: #513F4A;
}
.TagClassName
{
border-color: #513F4A;
}
</style>