Shades of Liver #513D49
Tints of Liver #513D49
RGB
CMYK
RGB Variations
Color information
#513D49 (or 0x513D49) is known color: Liver. HEX triplet: 51, 3D and 49. RGB value is (81,61,73). Sum of RGB (Red+Green+Blue) = 81+61+73=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #513D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D49 is #AEC2B6. Grayscale: #444444. Windows color (decimal): -11453111 or 4799825. OLE color: 4799825.
HSL color Cylindrical-coordinate representation of color #513D49: hue angle of 324º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D49 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 73 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.68 |
| HSL | 324º | 0.14% | 0.28% | - |
| HSV(B) | 324º | 0.25% | 0.32% | - |
| XYZ | 6.26 | 5.57 | 7.05 | - |
| YUV | 68.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 73 | 0 | 0.25 | 0.10 | 0.68 | 324 | 0.14 | 0.28 |
| Hex | 51 | 3D | 49 | 0 | 19 | A | 44 | 144 | E | 1C |
| Octal | 121 | 75 | 111 | 0 | 31 | 12 | 104 | 504 | 16 | 34 |
| Binary | 1010001 | 111101 | 1001001 | 0 | 11001 | 1010 | 1000100 | 101000100 | 1110 | 11100 |
Color Harmonies of #513D49
Complementary color
Monochromatic Colors of #513D49
Black with #513D49
Text Example
Text Example
White with #513D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D49; }
p { color: rgb(81,61,73); }
H1.HeaderClassName
{
color: #513D49;
}
.AnyTagClassName
{
color: #513D49;
}
</style>
background-color css
<style>
a { background-color: #513D49; }
a { background-color: rgb(81,61,73); }
div.DivClassName
{
background-color: #513D49;
}
.BgClassName
{
background-color: #513D49;
}
</style>
border-color css
<style>
span { border-color: #513D49; }
span { border-color: rgb(81,61,73); }
td.TdClassName
{
border-color: #513D49;
}
.TagClassName
{
border-color: #513D49;
}
</style>