Shades of Liver #504449
Tints of Liver #504449
RGB
CMYK
RGB Variations
Color information
#504449 (or 0x504449) is known color: Liver. HEX triplet: 50, 44 and 49. RGB value is (80,68,73). Sum of RGB (Red+Green+Blue) = 80+68+73=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504449 is #AFBBB6. Grayscale: #484848. Windows color (decimal): -11516855 or 4801616. OLE color: 4801616.
HSL color Cylindrical-coordinate representation of color #504449: hue angle of 335º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504449 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 73 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.69 |
| HSL | 335º | 0.08% | 0.29% | - |
| HSV(B) | 335º | 0.15% | 0.31% | - |
| XYZ | 6.58 | 6.32 | 7.18 | - |
| YUV | 72.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 73 | 0 | 0.15 | 0.09 | 0.69 | 335 | 0.08 | 0.29 |
| Hex | 50 | 44 | 49 | 0 | F | 9 | 45 | 14F | 8 | 1D |
| Octal | 120 | 104 | 111 | 0 | 17 | 11 | 105 | 517 | 10 | 35 |
| Binary | 1010000 | 1000100 | 1001001 | 0 | 1111 | 1001 | 1000101 | 101001111 | 1000 | 11101 |
Color Harmonies of #504449
Complementary color
Monochromatic Colors of #504449
Black with #504449
Text Example
Text Example
White with #504449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504449; }
p { color: rgb(80,68,73); }
H1.HeaderClassName
{
color: #504449;
}
.AnyTagClassName
{
color: #504449;
}
</style>
background-color css
<style>
a { background-color: #504449; }
a { background-color: rgb(80,68,73); }
div.DivClassName
{
background-color: #504449;
}
.BgClassName
{
background-color: #504449;
}
</style>
border-color css
<style>
span { border-color: #504449; }
span { border-color: rgb(80,68,73); }
td.TdClassName
{
border-color: #504449;
}
.TagClassName
{
border-color: #504449;
}
</style>