Shades of Liver #513B48
Tints of Liver #513B48
RGB
CMYK
RGB Variations
Color information
#513B48 (or 0x513B48) is known color: Liver. HEX triplet: 51, 3B and 48. RGB value is (81,59,72). Sum of RGB (Red+Green+Blue) = 81+59+72=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #513B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B48 is #AEC4B7. Grayscale: #434343. Windows color (decimal): -11453624 or 4733777. OLE color: 4733777.
HSL color Cylindrical-coordinate representation of color #513B48: hue angle of 324.55º 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 #513B48 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 72 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.68 |
| HSL | 324.55º | 0.16% | 0.27% | - |
| HSV(B) | 324.55º | 0.27% | 0.32% | - |
| XYZ | 6.13 | 5.35 | 6.84 | - |
| YUV | 67.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 72 | 0 | 0.27 | 0.11 | 0.68 | 324.55 | 0.16 | 0.27 |
| Hex | 51 | 3B | 48 | 0 | 1B | B | 44 | 145 | 10 | 1B |
| Octal | 121 | 73 | 110 | 0 | 33 | 13 | 104 | 505 | 20 | 33 |
| Binary | 1010001 | 111011 | 1001000 | 0 | 11011 | 1011 | 1000100 | 101000101 | 10000 | 11011 |
Color Harmonies of #513B48
Complementary color
Monochromatic Colors of #513B48
Black with #513B48
Text Example
Text Example
White with #513B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B48; }
p { color: rgb(81,59,72); }
H1.HeaderClassName
{
color: #513B48;
}
.AnyTagClassName
{
color: #513B48;
}
</style>
background-color css
<style>
a { background-color: #513B48; }
a { background-color: rgb(81,59,72); }
div.DivClassName
{
background-color: #513B48;
}
.BgClassName
{
background-color: #513B48;
}
</style>
border-color css
<style>
span { border-color: #513B48; }
span { border-color: rgb(81,59,72); }
td.TdClassName
{
border-color: #513B48;
}
.TagClassName
{
border-color: #513B48;
}
</style>