Shades of Mulled Wine #504E53
Tints of Mulled Wine #504E53
RGB
CMYK
RGB Variations
Color information
#504E53 (or 0x504E53) is known color: Mulled Wine. HEX triplet: 50, 4E and 53. RGB value is (80,78,83). Sum of RGB (Red+Green+Blue) = 80+78+83=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 83 - color contains mainly: blue. Hex color #504E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E53 is #AFB1AC. Grayscale: #4F4F4F. Windows color (decimal): -11514285 or 5459536. OLE color: 5459536.
HSL color Cylindrical-coordinate representation of color #504E53: hue angle of 264º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #504E53 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 78 | 83 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.67 |
| HSL | 264º | 0.03% | 0.32% | - |
| HSV(B) | 264º | 0.06% | 0.33% | - |
| XYZ | 7.59 | 7.78 | 9.28 | - |
| YUV | 79.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 83 | 0.04 | 0.06 | 0 | 0.67 | 264 | 0.03 | 0.32 |
| Hex | 50 | 4E | 53 | 4 | 6 | 0 | 43 | 108 | 3 | 20 |
| Octal | 120 | 116 | 123 | 4 | 6 | 0 | 103 | 410 | 3 | 40 |
| Binary | 1010000 | 1001110 | 1010011 | 100 | 110 | 0 | 1000011 | 100001000 | 11 | 100000 |
Color Harmonies of #504E53
Complementary color
Monochromatic Colors of #504E53
Black with #504E53
Text Example
Text Example
White with #504E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E53; }
p { color: rgb(80,78,83); }
H1.HeaderClassName
{
color: #504E53;
}
.AnyTagClassName
{
color: #504E53;
}
</style>
background-color css
<style>
a { background-color: #504E53; }
a { background-color: rgb(80,78,83); }
div.DivClassName
{
background-color: #504E53;
}
.BgClassName
{
background-color: #504E53;
}
</style>
border-color css
<style>
span { border-color: #504E53; }
span { border-color: rgb(80,78,83); }
td.TdClassName
{
border-color: #504E53;
}
.TagClassName
{
border-color: #504E53;
}
</style>