Shades of Liver #503C44
Tints of Liver #503C44
RGB
CMYK
RGB Variations
Color information
#503C44 (or 0x503C44) is known color: Liver. HEX triplet: 50, 3C and 44. RGB value is (80,60,68). Sum of RGB (Red+Green+Blue) = 80+60+68=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #503C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C44 is #AFC3BB. Grayscale: #424242. Windows color (decimal): -11518908 or 4471888. OLE color: 4471888.
HSL color Cylindrical-coordinate representation of color #503C44: hue angle of 336º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #503C44 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 68 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.69 |
| HSL | 336º | 0.14% | 0.27% | - |
| HSV(B) | 336º | 0.25% | 0.31% | - |
| XYZ | 5.97 | 5.35 | 6.19 | - |
| YUV | 66.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 68 | 0 | 0.25 | 0.15 | 0.69 | 336 | 0.14 | 0.27 |
| Hex | 50 | 3C | 44 | 0 | 19 | F | 45 | 150 | E | 1B |
| Octal | 120 | 74 | 104 | 0 | 31 | 17 | 105 | 520 | 16 | 33 |
| Binary | 1010000 | 111100 | 1000100 | 0 | 11001 | 1111 | 1000101 | 101010000 | 1110 | 11011 |
Color Harmonies of #503C44
Complementary color
Monochromatic Colors of #503C44
Black with #503C44
Text Example
Text Example
White with #503C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C44; }
p { color: rgb(80,60,68); }
H1.HeaderClassName
{
color: #503C44;
}
.AnyTagClassName
{
color: #503C44;
}
</style>
background-color css
<style>
a { background-color: #503C44; }
a { background-color: rgb(80,60,68); }
div.DivClassName
{
background-color: #503C44;
}
.BgClassName
{
background-color: #503C44;
}
</style>
border-color css
<style>
span { border-color: #503C44; }
span { border-color: rgb(80,60,68); }
td.TdClassName
{
border-color: #503C44;
}
.TagClassName
{
border-color: #503C44;
}
</style>