Shades of Liver #513B47
Tints of Liver #513B47
RGB
CMYK
RGB Variations
Color information
#513B47 (or 0x513B47) is known color: Liver. HEX triplet: 51, 3B and 47. RGB value is (81,59,71). Sum of RGB (Red+Green+Blue) = 81+59+71=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #513B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B47 is #AEC4B8. Grayscale: #424242. Windows color (decimal): -11453625 or 4668241. OLE color: 4668241.
HSL color Cylindrical-coordinate representation of color #513B47: hue angle of 327.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B47 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 71 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.68 |
| HSL | 327.27º | 0.16% | 0.27% | - |
| HSV(B) | 327.27º | 0.27% | 0.32% | - |
| XYZ | 6.09 | 5.33 | 6.67 | - |
| YUV | 66.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 71 | 0 | 0.27 | 0.12 | 0.68 | 327.27 | 0.16 | 0.27 |
| Hex | 51 | 3B | 47 | 0 | 1B | C | 44 | 147 | 10 | 1B |
| Octal | 121 | 73 | 107 | 0 | 33 | 14 | 104 | 507 | 20 | 33 |
| Binary | 1010001 | 111011 | 1000111 | 0 | 11011 | 1100 | 1000100 | 101000111 | 10000 | 11011 |
Color Harmonies of #513B47
Complementary color
Monochromatic Colors of #513B47
Black with #513B47
Text Example
Text Example
White with #513B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B47; }
p { color: rgb(81,59,71); }
H1.HeaderClassName
{
color: #513B47;
}
.AnyTagClassName
{
color: #513B47;
}
</style>
background-color css
<style>
a { background-color: #513B47; }
a { background-color: rgb(81,59,71); }
div.DivClassName
{
background-color: #513B47;
}
.BgClassName
{
background-color: #513B47;
}
</style>
border-color css
<style>
span { border-color: #513B47; }
span { border-color: rgb(81,59,71); }
td.TdClassName
{
border-color: #513B47;
}
.TagClassName
{
border-color: #513B47;
}
</style>