Shades of Mulled Wine #504861
Tints of Mulled Wine #504861
RGB
CMYK
RGB Variations
Color information
#504861 (or 0x504861) is known color: Mulled Wine. HEX triplet: 50, 48 and 61. RGB value is (80,72,97). Sum of RGB (Red+Green+Blue) = 80+72+97=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #504861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504861 is #AFB79E. Grayscale: #4D4D4D. Windows color (decimal): -11515807 or 6375504. OLE color: 6375504.
HSL color Cylindrical-coordinate representation of color #504861: hue angle of 259.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504861 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 72 | 97 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.62 |
| HSL | 259.2º | 0.15% | 0.33% | - |
| HSV(B) | 259.2º | 0.26% | 0.38% | - |
| XYZ | 7.78 | 7.2 | 12.29 | - |
| YUV | 77.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 97 | 0.18 | 0.26 | 0 | 0.62 | 259.2 | 0.15 | 0.33 |
| Hex | 50 | 48 | 61 | 12 | 1A | 0 | 3E | 103 | F | 21 |
| Octal | 120 | 110 | 141 | 22 | 32 | 0 | 76 | 403 | 17 | 41 |
| Binary | 1010000 | 1001000 | 1100001 | 10010 | 11010 | 0 | 111110 | 100000011 | 1111 | 100001 |
Color Harmonies of #504861
Complementary color
Monochromatic Colors of #504861
Black with #504861
Text Example
Text Example
White with #504861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504861; }
p { color: rgb(80,72,97); }
H1.HeaderClassName
{
color: #504861;
}
.AnyTagClassName
{
color: #504861;
}
</style>
background-color css
<style>
a { background-color: #504861; }
a { background-color: rgb(80,72,97); }
div.DivClassName
{
background-color: #504861;
}
.BgClassName
{
background-color: #504861;
}
</style>
border-color css
<style>
span { border-color: #504861; }
span { border-color: rgb(80,72,97); }
td.TdClassName
{
border-color: #504861;
}
.TagClassName
{
border-color: #504861;
}
</style>