Shades of Liver #513C48
Tints of Liver #513C48
RGB
CMYK
RGB Variations
Color information
#513C48 (or 0x513C48) is known color: Liver. HEX triplet: 51, 3C and 48. RGB value is (81,60,72). Sum of RGB (Red+Green+Blue) = 81+60+72=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C48 is #AEC3B7. Grayscale: #434343. Windows color (decimal): -11453368 or 4734033. OLE color: 4734033.
HSL color Cylindrical-coordinate representation of color #513C48: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C48 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 72 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.68 |
| HSL | 325.71º | 0.15% | 0.28% | - |
| HSV(B) | 325.71º | 0.26% | 0.32% | - |
| XYZ | 6.18 | 5.45 | 6.86 | - |
| YUV | 67.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 72 | 0 | 0.26 | 0.11 | 0.68 | 325.71 | 0.15 | 0.28 |
| Hex | 51 | 3C | 48 | 0 | 1A | B | 44 | 146 | F | 1C |
| Octal | 121 | 74 | 110 | 0 | 32 | 13 | 104 | 506 | 17 | 34 |
| Binary | 1010001 | 111100 | 1001000 | 0 | 11010 | 1011 | 1000100 | 101000110 | 1111 | 11100 |
Color Harmonies of #513C48
Complementary color
Monochromatic Colors of #513C48
Black with #513C48
Text Example
Text Example
White with #513C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C48; }
p { color: rgb(81,60,72); }
H1.HeaderClassName
{
color: #513C48;
}
.AnyTagClassName
{
color: #513C48;
}
</style>
background-color css
<style>
a { background-color: #513C48; }
a { background-color: rgb(81,60,72); }
div.DivClassName
{
background-color: #513C48;
}
.BgClassName
{
background-color: #513C48;
}
</style>
border-color css
<style>
span { border-color: #513C48; }
span { border-color: rgb(81,60,72); }
td.TdClassName
{
border-color: #513C48;
}
.TagClassName
{
border-color: #513C48;
}
</style>