Shades of Mulled Wine #504A5D
Tints of Mulled Wine #504A5D
RGB
CMYK
RGB Variations
Color information
#504A5D (or 0x504A5D) is known color: Mulled Wine. HEX triplet: 50, 4A and 5D. RGB value is (80,74,93). Sum of RGB (Red+Green+Blue) = 80+74+93=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #504A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A5D is #AFB5A2. Grayscale: #4D4D4D. Windows color (decimal): -11515299 or 6113872. OLE color: 6113872.
HSL color Cylindrical-coordinate representation of color #504A5D: hue angle of 258.95º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504A5D is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 74 | 93 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.64 |
| HSL | 258.95º | 0.11% | 0.33% | - |
| HSV(B) | 258.95º | 0.2% | 0.36% | - |
| XYZ | 7.73 | 7.39 | 11.38 | - |
| YUV | 77.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 93 | 0.14 | 0.20 | 0 | 0.64 | 258.95 | 0.11 | 0.33 |
| Hex | 50 | 4A | 5D | E | 14 | 0 | 40 | 103 | B | 21 |
| Octal | 120 | 112 | 135 | 16 | 24 | 0 | 100 | 403 | 13 | 41 |
| Binary | 1010000 | 1001010 | 1011101 | 1110 | 10100 | 0 | 1000000 | 100000011 | 1011 | 100001 |
Color Harmonies of #504A5D
Complementary color
Monochromatic Colors of #504A5D
Black with #504A5D
Text Example
Text Example
White with #504A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A5D; }
p { color: rgb(80,74,93); }
H1.HeaderClassName
{
color: #504A5D;
}
.AnyTagClassName
{
color: #504A5D;
}
</style>
background-color css
<style>
a { background-color: #504A5D; }
a { background-color: rgb(80,74,93); }
div.DivClassName
{
background-color: #504A5D;
}
.BgClassName
{
background-color: #504A5D;
}
</style>
border-color css
<style>
span { border-color: #504A5D; }
span { border-color: rgb(80,74,93); }
td.TdClassName
{
border-color: #504A5D;
}
.TagClassName
{
border-color: #504A5D;
}
</style>