Shades of Mulled Wine #504B5D
Tints of Mulled Wine #504B5D
RGB
CMYK
RGB Variations
Color information
#504B5D (or 0x504B5D) is known color: Mulled Wine. HEX triplet: 50, 4B and 5D. RGB value is (80,75,93). Sum of RGB (Red+Green+Blue) = 80+75+93=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #504B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B5D is #AFB4A2. Grayscale: #4E4E4E. Windows color (decimal): -11515043 or 6114128. OLE color: 6114128.
HSL color Cylindrical-coordinate representation of color #504B5D: hue angle of 256.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504B5D is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 75 | 93 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.64 |
| HSL | 256.67º | 0.11% | 0.33% | - |
| HSV(B) | 256.67º | 0.19% | 0.36% | - |
| XYZ | 7.8 | 7.53 | 11.4 | - |
| YUV | 78.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 93 | 0.14 | 0.19 | 0 | 0.64 | 256.67 | 0.11 | 0.33 |
| Hex | 50 | 4B | 5D | E | 13 | 0 | 40 | 101 | B | 21 |
| Octal | 120 | 113 | 135 | 16 | 23 | 0 | 100 | 401 | 13 | 41 |
| Binary | 1010000 | 1001011 | 1011101 | 1110 | 10011 | 0 | 1000000 | 100000001 | 1011 | 100001 |
Color Harmonies of #504B5D
Complementary color
Monochromatic Colors of #504B5D
Black with #504B5D
Text Example
Text Example
White with #504B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B5D; }
p { color: rgb(80,75,93); }
H1.HeaderClassName
{
color: #504B5D;
}
.AnyTagClassName
{
color: #504B5D;
}
</style>
background-color css
<style>
a { background-color: #504B5D; }
a { background-color: rgb(80,75,93); }
div.DivClassName
{
background-color: #504B5D;
}
.BgClassName
{
background-color: #504B5D;
}
</style>
border-color css
<style>
span { border-color: #504B5D; }
span { border-color: rgb(80,75,93); }
td.TdClassName
{
border-color: #504B5D;
}
.TagClassName
{
border-color: #504B5D;
}
</style>