Shades of Mulled Wine #504361
Tints of Mulled Wine #504361
RGB
CMYK
RGB Variations
Color information
#504361 (or 0x504361) is known color: Mulled Wine. HEX triplet: 50, 43 and 61. RGB value is (80,67,97). Sum of RGB (Red+Green+Blue) = 80+67+97=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #504361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504361 is #AFBC9E. Grayscale: #4A4A4A. Windows color (decimal): -11517087 or 6374224. OLE color: 6374224.
HSL color Cylindrical-coordinate representation of color #504361: hue angle of 266º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504361 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 67 | 97 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.62 |
| HSL | 266º | 0.18% | 0.32% | - |
| HSV(B) | 266º | 0.31% | 0.38% | - |
| XYZ | 7.47 | 6.58 | 12.19 | - |
| YUV | 74.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 97 | 0.18 | 0.31 | 0 | 0.62 | 266 | 0.18 | 0.32 |
| Hex | 50 | 43 | 61 | 12 | 1F | 0 | 3E | 10A | 12 | 20 |
| Octal | 120 | 103 | 141 | 22 | 37 | 0 | 76 | 412 | 22 | 40 |
| Binary | 1010000 | 1000011 | 1100001 | 10010 | 11111 | 0 | 111110 | 100001010 | 10010 | 100000 |
Color Harmonies of #504361
Complementary color
Monochromatic Colors of #504361
Black with #504361
Text Example
Text Example
White with #504361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504361; }
p { color: rgb(80,67,97); }
H1.HeaderClassName
{
color: #504361;
}
.AnyTagClassName
{
color: #504361;
}
</style>
background-color css
<style>
a { background-color: #504361; }
a { background-color: rgb(80,67,97); }
div.DivClassName
{
background-color: #504361;
}
.BgClassName
{
background-color: #504361;
}
</style>
border-color css
<style>
span { border-color: #504361; }
span { border-color: rgb(80,67,97); }
td.TdClassName
{
border-color: #504361;
}
.TagClassName
{
border-color: #504361;
}
</style>