Shades of Mulled Wine #504663
Tints of Mulled Wine #504663
RGB
CMYK
RGB Variations
Color information
#504663 (or 0x504663) is known color: Mulled Wine. HEX triplet: 50, 46 and 63. RGB value is (80,70,99). Sum of RGB (Red+Green+Blue) = 80+70+99=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #504663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504663 is #AFB99C. Grayscale: #4C4C4C. Windows color (decimal): -11516317 or 6506064. OLE color: 6506064.
HSL color Cylindrical-coordinate representation of color #504663: hue angle of 260.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504663 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 70 | 99 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.61 |
| HSL | 260.69º | 0.17% | 0.33% | - |
| HSV(B) | 260.69º | 0.29% | 0.39% | - |
| XYZ | 7.75 | 6.99 | 12.74 | - |
| YUV | 76.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 99 | 0.19 | 0.29 | 0 | 0.61 | 260.69 | 0.17 | 0.33 |
| Hex | 50 | 46 | 63 | 13 | 1D | 0 | 3D | 105 | 11 | 21 |
| Octal | 120 | 106 | 143 | 23 | 35 | 0 | 75 | 405 | 21 | 41 |
| Binary | 1010000 | 1000110 | 1100011 | 10011 | 11101 | 0 | 111101 | 100000101 | 10001 | 100001 |
Color Harmonies of #504663
Complementary color
Monochromatic Colors of #504663
Black with #504663
Text Example
Text Example
White with #504663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504663; }
p { color: rgb(80,70,99); }
H1.HeaderClassName
{
color: #504663;
}
.AnyTagClassName
{
color: #504663;
}
</style>
background-color css
<style>
a { background-color: #504663; }
a { background-color: rgb(80,70,99); }
div.DivClassName
{
background-color: #504663;
}
.BgClassName
{
background-color: #504663;
}
</style>
border-color css
<style>
span { border-color: #504663; }
span { border-color: rgb(80,70,99); }
td.TdClassName
{
border-color: #504663;
}
.TagClassName
{
border-color: #504663;
}
</style>