Shades of Mulled Wine #504A54
Tints of Mulled Wine #504A54
RGB
CMYK
RGB Variations
Color information
#504A54 (or 0x504A54) is known color: Mulled Wine. HEX triplet: 50, 4A and 54. RGB value is (80,74,84). Sum of RGB (Red+Green+Blue) = 80+74+84=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #504A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A54 is #AFB5AB. Grayscale: #4C4C4C. Windows color (decimal): -11515308 or 5524048. OLE color: 5524048.
HSL color Cylindrical-coordinate representation of color #504A54: hue angle of 276º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504A54 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 74 | 84 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.67 |
| HSL | 276º | 0.06% | 0.31% | - |
| HSV(B) | 276º | 0.12% | 0.33% | - |
| XYZ | 7.36 | 7.24 | 9.4 | - |
| YUV | 76.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 84 | 0.05 | 0.12 | 0 | 0.67 | 276 | 0.06 | 0.31 |
| Hex | 50 | 4A | 54 | 5 | C | 0 | 43 | 114 | 6 | 1F |
| Octal | 120 | 112 | 124 | 5 | 14 | 0 | 103 | 424 | 6 | 37 |
| Binary | 1010000 | 1001010 | 1010100 | 101 | 1100 | 0 | 1000011 | 100010100 | 110 | 11111 |
Color Harmonies of #504A54
Complementary color
Monochromatic Colors of #504A54
Black with #504A54
Text Example
Text Example
White with #504A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A54; }
p { color: rgb(80,74,84); }
H1.HeaderClassName
{
color: #504A54;
}
.AnyTagClassName
{
color: #504A54;
}
</style>
background-color css
<style>
a { background-color: #504A54; }
a { background-color: rgb(80,74,84); }
div.DivClassName
{
background-color: #504A54;
}
.BgClassName
{
background-color: #504A54;
}
</style>
border-color css
<style>
span { border-color: #504A54; }
span { border-color: rgb(80,74,84); }
td.TdClassName
{
border-color: #504A54;
}
.TagClassName
{
border-color: #504A54;
}
</style>