Shades of Mulled Wine #504D52
Tints of Mulled Wine #504D52
RGB
CMYK
RGB Variations
Color information
#504D52 (or 0x504D52) is known color: Mulled Wine. HEX triplet: 50, 4D and 52. RGB value is (80,77,82). Sum of RGB (Red+Green+Blue) = 80+77+82=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 82 - color contains mainly: blue. Hex color #504D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D52 is #AFB2AD. Grayscale: #4E4E4E. Windows color (decimal): -11514542 or 5393744. OLE color: 5393744.
HSL color Cylindrical-coordinate representation of color #504D52: hue angle of 276º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #504D52 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 77 | 82 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.68 |
| HSL | 276º | 0.03% | 0.31% | - |
| HSV(B) | 276º | 0.06% | 0.32% | - |
| XYZ | 7.49 | 7.62 | 9.06 | - |
| YUV | 78.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 82 | 0.02 | 0.06 | 0 | 0.68 | 276 | 0.03 | 0.31 |
| Hex | 50 | 4D | 52 | 2 | 6 | 0 | 44 | 114 | 3 | 1F |
| Octal | 120 | 115 | 122 | 2 | 6 | 0 | 104 | 424 | 3 | 37 |
| Binary | 1010000 | 1001101 | 1010010 | 10 | 110 | 0 | 1000100 | 100010100 | 11 | 11111 |
Color Harmonies of #504D52
Complementary color
Monochromatic Colors of #504D52
Black with #504D52
Text Example
Text Example
White with #504D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D52; }
p { color: rgb(80,77,82); }
H1.HeaderClassName
{
color: #504D52;
}
.AnyTagClassName
{
color: #504D52;
}
</style>
background-color css
<style>
a { background-color: #504D52; }
a { background-color: rgb(80,77,82); }
div.DivClassName
{
background-color: #504D52;
}
.BgClassName
{
background-color: #504D52;
}
</style>
border-color css
<style>
span { border-color: #504D52; }
span { border-color: rgb(80,77,82); }
td.TdClassName
{
border-color: #504D52;
}
.TagClassName
{
border-color: #504D52;
}
</style>