Shades of Liver #504249
Tints of Liver #504249
RGB
CMYK
RGB Variations
Color information
#504249 (or 0x504249) is known color: Liver. HEX triplet: 50, 42 and 49. RGB value is (80,66,73). Sum of RGB (Red+Green+Blue) = 80+66+73=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504249 is #AFBDB6. Grayscale: #464646. Windows color (decimal): -11517367 or 4801104. OLE color: 4801104.
HSL color Cylindrical-coordinate representation of color #504249: hue angle of 330º 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 #504249 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 73 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.69 |
| HSL | 330º | 0.1% | 0.29% | - |
| HSV(B) | 330º | 0.18% | 0.31% | - |
| XYZ | 6.46 | 6.08 | 7.14 | - |
| YUV | 70.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 73 | 0 | 0.17 | 0.09 | 0.69 | 330 | 0.1 | 0.29 |
| Hex | 50 | 42 | 49 | 0 | 11 | 9 | 45 | 14A | A | 1D |
| Octal | 120 | 102 | 111 | 0 | 21 | 11 | 105 | 512 | 12 | 35 |
| Binary | 1010000 | 1000010 | 1001001 | 0 | 10001 | 1001 | 1000101 | 101001010 | 1010 | 11101 |
Color Harmonies of #504249
Complementary color
Monochromatic Colors of #504249
Black with #504249
Text Example
Text Example
White with #504249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504249; }
p { color: rgb(80,66,73); }
H1.HeaderClassName
{
color: #504249;
}
.AnyTagClassName
{
color: #504249;
}
</style>
background-color css
<style>
a { background-color: #504249; }
a { background-color: rgb(80,66,73); }
div.DivClassName
{
background-color: #504249;
}
.BgClassName
{
background-color: #504249;
}
</style>
border-color css
<style>
span { border-color: #504249; }
span { border-color: rgb(80,66,73); }
td.TdClassName
{
border-color: #504249;
}
.TagClassName
{
border-color: #504249;
}
</style>