Shades of Mulled Wine #504B55
Tints of Mulled Wine #504B55
RGB
CMYK
RGB Variations
Color information
#504B55 (or 0x504B55) is known color: Mulled Wine. HEX triplet: 50, 4B and 55. RGB value is (80,75,85). Sum of RGB (Red+Green+Blue) = 80+75+85=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 85 - color contains mainly: blue. Hex color #504B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B55 is #AFB4AA. Grayscale: #4D4D4D. Windows color (decimal): -11515051 or 5589840. OLE color: 5589840.
HSL color Cylindrical-coordinate representation of color #504B55: hue angle of 270º 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 #504B55 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 75 | 85 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.67 |
| HSL | 270º | 0.06% | 0.31% | - |
| HSV(B) | 270º | 0.12% | 0.33% | - |
| XYZ | 7.46 | 7.39 | 9.63 | - |
| YUV | 77.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 85 | 0.06 | 0.12 | 0 | 0.67 | 270 | 0.06 | 0.31 |
| Hex | 50 | 4B | 55 | 6 | C | 0 | 43 | 10E | 6 | 1F |
| Octal | 120 | 113 | 125 | 6 | 14 | 0 | 103 | 416 | 6 | 37 |
| Binary | 1010000 | 1001011 | 1010101 | 110 | 1100 | 0 | 1000011 | 100001110 | 110 | 11111 |
Color Harmonies of #504B55
Complementary color
Monochromatic Colors of #504B55
Black with #504B55
Text Example
Text Example
White with #504B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B55; }
p { color: rgb(80,75,85); }
H1.HeaderClassName
{
color: #504B55;
}
.AnyTagClassName
{
color: #504B55;
}
</style>
background-color css
<style>
a { background-color: #504B55; }
a { background-color: rgb(80,75,85); }
div.DivClassName
{
background-color: #504B55;
}
.BgClassName
{
background-color: #504B55;
}
</style>
border-color css
<style>
span { border-color: #504B55; }
span { border-color: rgb(80,75,85); }
td.TdClassName
{
border-color: #504B55;
}
.TagClassName
{
border-color: #504B55;
}
</style>