Shades of Liver #513A47
Tints of Liver #513A47
RGB
CMYK
RGB Variations
Color information
#513A47 (or 0x513A47) is known color: Liver. HEX triplet: 51, 3A and 47. RGB value is (81,58,71). Sum of RGB (Red+Green+Blue) = 81+58+71=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 81 - color contains mainly: red. Hex color #513A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A47 is #AEC5B8. Grayscale: #424242. Windows color (decimal): -11453881 or 4667985. OLE color: 4667985.
HSL color Cylindrical-coordinate representation of color #513A47: hue angle of 326.09º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A47 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 71 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.68 |
| HSL | 326.09º | 0.17% | 0.27% | - |
| HSV(B) | 326.09º | 0.28% | 0.32% | - |
| XYZ | 6.04 | 5.23 | 6.65 | - |
| YUV | 66.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 71 | 0 | 0.28 | 0.12 | 0.68 | 326.09 | 0.17 | 0.27 |
| Hex | 51 | 3A | 47 | 0 | 1C | C | 44 | 146 | 11 | 1B |
| Octal | 121 | 72 | 107 | 0 | 34 | 14 | 104 | 506 | 21 | 33 |
| Binary | 1010001 | 111010 | 1000111 | 0 | 11100 | 1100 | 1000100 | 101000110 | 10001 | 11011 |
Color Harmonies of #513A47
Complementary color
Monochromatic Colors of #513A47
Black with #513A47
Text Example
Text Example
White with #513A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A47; }
p { color: rgb(81,58,71); }
H1.HeaderClassName
{
color: #513A47;
}
.AnyTagClassName
{
color: #513A47;
}
</style>
background-color css
<style>
a { background-color: #513A47; }
a { background-color: rgb(81,58,71); }
div.DivClassName
{
background-color: #513A47;
}
.BgClassName
{
background-color: #513A47;
}
</style>
border-color css
<style>
span { border-color: #513A47; }
span { border-color: rgb(81,58,71); }
td.TdClassName
{
border-color: #513A47;
}
.TagClassName
{
border-color: #513A47;
}
</style>