Shades of Mulled Wine #53475E
Tints of Mulled Wine #53475E
RGB
CMYK
RGB Variations
Color information
#53475E (or 0x53475E) is known color: Mulled Wine. HEX triplet: 53, 47 and 5E. RGB value is (83,71,94). Sum of RGB (Red+Green+Blue) = 83+71+94=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #53475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475E is #ACB8A1. Grayscale: #4D4D4D. Windows color (decimal): -11319458 or 6178643. OLE color: 6178643.
HSL color Cylindrical-coordinate representation of color #53475E: hue angle of 271.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53475E is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 71 | 94 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.63 |
| HSL | 271.3º | 0.14% | 0.32% | - |
| HSV(B) | 271.3º | 0.24% | 0.37% | - |
| XYZ | 7.84 | 7.15 | 11.56 | - |
| YUV | 77.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 94 | 0.12 | 0.24 | 0 | 0.63 | 271.3 | 0.14 | 0.32 |
| Hex | 53 | 47 | 5E | C | 18 | 0 | 3F | 10F | E | 20 |
| Octal | 123 | 107 | 136 | 14 | 30 | 0 | 77 | 417 | 16 | 40 |
| Binary | 1010011 | 1000111 | 1011110 | 1100 | 11000 | 0 | 111111 | 100001111 | 1110 | 100000 |
Color Harmonies of #53475E
Complementary color
Monochromatic Colors of #53475E
Black with #53475E
Text Example
Text Example
White with #53475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53475E; }
p { color: rgb(83,71,94); }
H1.HeaderClassName
{
color: #53475E;
}
.AnyTagClassName
{
color: #53475E;
}
</style>
background-color css
<style>
a { background-color: #53475E; }
a { background-color: rgb(83,71,94); }
div.DivClassName
{
background-color: #53475E;
}
.BgClassName
{
background-color: #53475E;
}
</style>
border-color css
<style>
span { border-color: #53475E; }
span { border-color: rgb(83,71,94); }
td.TdClassName
{
border-color: #53475E;
}
.TagClassName
{
border-color: #53475E;
}
</style>