Shades of Liver #504247
Tints of Liver #504247
RGB
CMYK
RGB Variations
Color information
#504247 (or 0x504247) is known color: Liver. HEX triplet: 50, 42 and 47. RGB value is (80,66,71). Sum of RGB (Red+Green+Blue) = 80+66+71=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504247 is #AFBDB8. Grayscale: #464646. Windows color (decimal): -11517369 or 4670032. OLE color: 4670032.
HSL color Cylindrical-coordinate representation of color #504247: hue angle of 338.57º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #504247 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 71 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.69 |
| HSL | 338.57º | 0.1% | 0.29% | - |
| HSV(B) | 338.57º | 0.18% | 0.31% | - |
| XYZ | 6.39 | 6.06 | 6.79 | - |
| YUV | 70.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 71 | 0 | 0.17 | 0.11 | 0.69 | 338.57 | 0.1 | 0.29 |
| Hex | 50 | 42 | 47 | 0 | 11 | B | 45 | 153 | A | 1D |
| Octal | 120 | 102 | 107 | 0 | 21 | 13 | 105 | 523 | 12 | 35 |
| Binary | 1010000 | 1000010 | 1000111 | 0 | 10001 | 1011 | 1000101 | 101010011 | 1010 | 11101 |
Color Harmonies of #504247
Complementary color
Monochromatic Colors of #504247
Black with #504247
Text Example
Text Example
White with #504247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504247; }
p { color: rgb(80,66,71); }
H1.HeaderClassName
{
color: #504247;
}
.AnyTagClassName
{
color: #504247;
}
</style>
background-color css
<style>
a { background-color: #504247; }
a { background-color: rgb(80,66,71); }
div.DivClassName
{
background-color: #504247;
}
.BgClassName
{
background-color: #504247;
}
</style>
border-color css
<style>
span { border-color: #504247; }
span { border-color: rgb(80,66,71); }
td.TdClassName
{
border-color: #504247;
}
.TagClassName
{
border-color: #504247;
}
</style>