Shades of Mulled Wine #504760
Tints of Mulled Wine #504760
RGB
CMYK
RGB Variations
Color information
#504760 (or 0x504760) is known color: Mulled Wine. HEX triplet: 50, 47 and 60. RGB value is (80,71,96). Sum of RGB (Red+Green+Blue) = 80+71+96=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #504760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504760 is #AFB89F. Grayscale: #4C4C4C. Windows color (decimal): -11516064 or 6309712. OLE color: 6309712.
HSL color Cylindrical-coordinate representation of color #504760: hue angle of 261.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504760 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 71 | 96 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.62 |
| HSL | 261.6º | 0.15% | 0.33% | - |
| HSV(B) | 261.6º | 0.26% | 0.38% | - |
| XYZ | 7.67 | 7.06 | 12.02 | - |
| YUV | 76.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 96 | 0.17 | 0.26 | 0 | 0.62 | 261.6 | 0.15 | 0.33 |
| Hex | 50 | 47 | 60 | 11 | 1A | 0 | 3E | 106 | F | 21 |
| Octal | 120 | 107 | 140 | 21 | 32 | 0 | 76 | 406 | 17 | 41 |
| Binary | 1010000 | 1000111 | 1100000 | 10001 | 11010 | 0 | 111110 | 100000110 | 1111 | 100001 |
Color Harmonies of #504760
Complementary color
Monochromatic Colors of #504760
Black with #504760
Text Example
Text Example
White with #504760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504760; }
p { color: rgb(80,71,96); }
H1.HeaderClassName
{
color: #504760;
}
.AnyTagClassName
{
color: #504760;
}
</style>
background-color css
<style>
a { background-color: #504760; }
a { background-color: rgb(80,71,96); }
div.DivClassName
{
background-color: #504760;
}
.BgClassName
{
background-color: #504760;
}
</style>
border-color css
<style>
span { border-color: #504760; }
span { border-color: rgb(80,71,96); }
td.TdClassName
{
border-color: #504760;
}
.TagClassName
{
border-color: #504760;
}
</style>