Shades of Liver #503A45
Tints of Liver #503A45
RGB
CMYK
RGB Variations
Color information
#503A45 (or 0x503A45) is known color: Liver. HEX triplet: 50, 3A and 45. RGB value is (80,58,69). Sum of RGB (Red+Green+Blue) = 80+58+69=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #503A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A45 is #AFC5BA. Grayscale: #414141. Windows color (decimal): -11519419 or 4536912. OLE color: 4536912.
HSL color Cylindrical-coordinate representation of color #503A45: hue angle of 330º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A45 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 69 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.69 |
| HSL | 330º | 0.16% | 0.27% | - |
| HSV(B) | 330º | 0.28% | 0.31% | - |
| XYZ | 5.9 | 5.16 | 6.32 | - |
| YUV | 65.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 69 | 0 | 0.28 | 0.14 | 0.69 | 330 | 0.16 | 0.27 |
| Hex | 50 | 3A | 45 | 0 | 1C | E | 45 | 14A | 10 | 1B |
| Octal | 120 | 72 | 105 | 0 | 34 | 16 | 105 | 512 | 20 | 33 |
| Binary | 1010000 | 111010 | 1000101 | 0 | 11100 | 1110 | 1000101 | 101001010 | 10000 | 11011 |
Color Harmonies of #503A45
Complementary color
Monochromatic Colors of #503A45
Black with #503A45
Text Example
Text Example
White with #503A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A45; }
p { color: rgb(80,58,69); }
H1.HeaderClassName
{
color: #503A45;
}
.AnyTagClassName
{
color: #503A45;
}
</style>
background-color css
<style>
a { background-color: #503A45; }
a { background-color: rgb(80,58,69); }
div.DivClassName
{
background-color: #503A45;
}
.BgClassName
{
background-color: #503A45;
}
</style>
border-color css
<style>
span { border-color: #503A45; }
span { border-color: rgb(80,58,69); }
td.TdClassName
{
border-color: #503A45;
}
.TagClassName
{
border-color: #503A45;
}
</style>