Shades of Liver #50414A
Tints of Liver #50414A
RGB
CMYK
RGB Variations
Color information
#50414A (or 0x50414A) is known color: Liver. HEX triplet: 50, 41 and 4A. RGB value is (80,65,74). Sum of RGB (Red+Green+Blue) = 80+65+74=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #50414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50414A is #AFBEB5. Grayscale: #464646. Windows color (decimal): -11517622 or 4866384. OLE color: 4866384.
HSL color Cylindrical-coordinate representation of color #50414A: hue angle of 324º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50414A is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 74 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.69 |
| HSL | 324º | 0.1% | 0.28% | - |
| HSV(B) | 324º | 0.19% | 0.31% | - |
| XYZ | 6.43 | 5.98 | 7.29 | - |
| YUV | 70.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 74 | 0 | 0.19 | 0.08 | 0.69 | 324 | 0.1 | 0.28 |
| Hex | 50 | 41 | 4A | 0 | 13 | 8 | 45 | 144 | A | 1C |
| Octal | 120 | 101 | 112 | 0 | 23 | 10 | 105 | 504 | 12 | 34 |
| Binary | 1010000 | 1000001 | 1001010 | 0 | 10011 | 1000 | 1000101 | 101000100 | 1010 | 11100 |
Color Harmonies of #50414A
Complementary color
Monochromatic Colors of #50414A
Black with #50414A
Text Example
Text Example
White with #50414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50414A; }
p { color: rgb(80,65,74); }
H1.HeaderClassName
{
color: #50414A;
}
.AnyTagClassName
{
color: #50414A;
}
</style>
background-color css
<style>
a { background-color: #50414A; }
a { background-color: rgb(80,65,74); }
div.DivClassName
{
background-color: #50414A;
}
.BgClassName
{
background-color: #50414A;
}
</style>
border-color css
<style>
span { border-color: #50414A; }
span { border-color: rgb(80,65,74); }
td.TdClassName
{
border-color: #50414A;
}
.TagClassName
{
border-color: #50414A;
}
</style>