Shades of Liver #503E45
Tints of Liver #503E45
RGB
CMYK
RGB Variations
Color information
#503E45 (or 0x503E45) is known color: Liver. HEX triplet: 50, 3E and 45. RGB value is (80,62,69). Sum of RGB (Red+Green+Blue) = 80+62+69=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E45 is #AFC1BA. Grayscale: #444444. Windows color (decimal): -11518395 or 4537936. OLE color: 4537936.
HSL color Cylindrical-coordinate representation of color #503E45: hue angle of 336.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #503E45 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 69 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.69 |
| HSL | 336.67º | 0.13% | 0.28% | - |
| HSV(B) | 336.67º | 0.23% | 0.31% | - |
| XYZ | 6.11 | 5.58 | 6.39 | - |
| YUV | 68.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 69 | 0 | 0.22 | 0.14 | 0.69 | 336.67 | 0.13 | 0.28 |
| Hex | 50 | 3E | 45 | 0 | 16 | E | 45 | 151 | D | 1C |
| Octal | 120 | 76 | 105 | 0 | 26 | 16 | 105 | 521 | 15 | 34 |
| Binary | 1010000 | 111110 | 1000101 | 0 | 10110 | 1110 | 1000101 | 101010001 | 1101 | 11100 |
Color Harmonies of #503E45
Complementary color
Monochromatic Colors of #503E45
Black with #503E45
Text Example
Text Example
White with #503E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E45; }
p { color: rgb(80,62,69); }
H1.HeaderClassName
{
color: #503E45;
}
.AnyTagClassName
{
color: #503E45;
}
</style>
background-color css
<style>
a { background-color: #503E45; }
a { background-color: rgb(80,62,69); }
div.DivClassName
{
background-color: #503E45;
}
.BgClassName
{
background-color: #503E45;
}
</style>
border-color css
<style>
span { border-color: #503E45; }
span { border-color: rgb(80,62,69); }
td.TdClassName
{
border-color: #503E45;
}
.TagClassName
{
border-color: #503E45;
}
</style>