Shades of Liver #513A46
Tints of Liver #513A46
RGB
CMYK
RGB Variations
Color information
#513A46 (or 0x513A46) is known color: Liver. HEX triplet: 51, 3A and 46. RGB value is (81,58,70). Sum of RGB (Red+Green+Blue) = 81+58+70=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A46 is #AEC5B9. Grayscale: #424242. Windows color (decimal): -11453882 or 4602449. OLE color: 4602449.
HSL color Cylindrical-coordinate representation of color #513A46: hue angle of 328.7º 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 #513A46 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 70 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.68 |
| HSL | 328.7º | 0.17% | 0.27% | - |
| HSV(B) | 328.7º | 0.28% | 0.32% | - |
| XYZ | 6.01 | 5.22 | 6.48 | - |
| YUV | 66.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 70 | 0 | 0.28 | 0.14 | 0.68 | 328.7 | 0.17 | 0.27 |
| Hex | 51 | 3A | 46 | 0 | 1C | E | 44 | 149 | 11 | 1B |
| Octal | 121 | 72 | 106 | 0 | 34 | 16 | 104 | 511 | 21 | 33 |
| Binary | 1010001 | 111010 | 1000110 | 0 | 11100 | 1110 | 1000100 | 101001001 | 10001 | 11011 |
Color Harmonies of #513A46
Complementary color
Monochromatic Colors of #513A46
Black with #513A46
Text Example
Text Example
White with #513A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A46; }
p { color: rgb(81,58,70); }
H1.HeaderClassName
{
color: #513A46;
}
.AnyTagClassName
{
color: #513A46;
}
</style>
background-color css
<style>
a { background-color: #513A46; }
a { background-color: rgb(81,58,70); }
div.DivClassName
{
background-color: #513A46;
}
.BgClassName
{
background-color: #513A46;
}
</style>
border-color css
<style>
span { border-color: #513A46; }
span { border-color: rgb(81,58,70); }
td.TdClassName
{
border-color: #513A46;
}
.TagClassName
{
border-color: #513A46;
}
</style>