Shades of Mulled Wine #504665
Tints of Mulled Wine #504665
RGB
CMYK
RGB Variations
Color information
#504665 (or 0x504665) is known color: Mulled Wine. HEX triplet: 50, 46 and 65. RGB value is (80,70,101). Sum of RGB (Red+Green+Blue) = 80+70+101=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #504665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504665 is #AFB99A. Grayscale: #4C4C4C. Windows color (decimal): -11516315 or 6637136. OLE color: 6637136.
HSL color Cylindrical-coordinate representation of color #504665: hue angle of 259.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504665 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 70 | 101 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.60 |
| HSL | 259.35º | 0.18% | 0.34% | - |
| HSV(B) | 259.35º | 0.31% | 0.4% | - |
| XYZ | 7.85 | 7.03 | 13.25 | - |
| YUV | 76.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 101 | 0.21 | 0.31 | 0 | 0.60 | 259.35 | 0.18 | 0.34 |
| Hex | 50 | 46 | 65 | 15 | 1F | 0 | 3C | 103 | 12 | 22 |
| Octal | 120 | 106 | 145 | 25 | 37 | 0 | 74 | 403 | 22 | 42 |
| Binary | 1010000 | 1000110 | 1100101 | 10101 | 11111 | 0 | 111100 | 100000011 | 10010 | 100010 |
Color Harmonies of #504665
Complementary color
Monochromatic Colors of #504665
Black with #504665
Text Example
Text Example
White with #504665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504665; }
p { color: rgb(80,70,101); }
H1.HeaderClassName
{
color: #504665;
}
.AnyTagClassName
{
color: #504665;
}
</style>
background-color css
<style>
a { background-color: #504665; }
a { background-color: rgb(80,70,101); }
div.DivClassName
{
background-color: #504665;
}
.BgClassName
{
background-color: #504665;
}
</style>
border-color css
<style>
span { border-color: #504665; }
span { border-color: rgb(80,70,101); }
td.TdClassName
{
border-color: #504665;
}
.TagClassName
{
border-color: #504665;
}
</style>