Shades of Liver #503B47
Tints of Liver #503B47
RGB
CMYK
RGB Variations
Color information
#503B47 (or 0x503B47) is known color: Liver. HEX triplet: 50, 3B and 47. RGB value is (80,59,71). Sum of RGB (Red+Green+Blue) = 80+59+71=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #503B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B47 is #AFC4B8. Grayscale: #424242. Windows color (decimal): -11519161 or 4668240. OLE color: 4668240.
HSL color Cylindrical-coordinate representation of color #503B47: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B47 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 71 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.69 |
| HSL | 325.71º | 0.15% | 0.27% | - |
| HSV(B) | 325.71º | 0.26% | 0.31% | - |
| XYZ | 6.01 | 5.29 | 6.67 | - |
| YUV | 66.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 71 | 0 | 0.26 | 0.11 | 0.69 | 325.71 | 0.15 | 0.27 |
| Hex | 50 | 3B | 47 | 0 | 1A | B | 45 | 146 | F | 1B |
| Octal | 120 | 73 | 107 | 0 | 32 | 13 | 105 | 506 | 17 | 33 |
| Binary | 1010000 | 111011 | 1000111 | 0 | 11010 | 1011 | 1000101 | 101000110 | 1111 | 11011 |
Color Harmonies of #503B47
Complementary color
Monochromatic Colors of #503B47
Black with #503B47
Text Example
Text Example
White with #503B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B47; }
p { color: rgb(80,59,71); }
H1.HeaderClassName
{
color: #503B47;
}
.AnyTagClassName
{
color: #503B47;
}
</style>
background-color css
<style>
a { background-color: #503B47; }
a { background-color: rgb(80,59,71); }
div.DivClassName
{
background-color: #503B47;
}
.BgClassName
{
background-color: #503B47;
}
</style>
border-color css
<style>
span { border-color: #503B47; }
span { border-color: rgb(80,59,71); }
td.TdClassName
{
border-color: #503B47;
}
.TagClassName
{
border-color: #503B47;
}
</style>