Shades of Mulled Wine #53475D
Tints of Mulled Wine #53475D
RGB
CMYK
RGB Variations
Color information
#53475D (or 0x53475D) is known color: Mulled Wine. HEX triplet: 53, 47 and 5D. RGB value is (83,71,93). Sum of RGB (Red+Green+Blue) = 83+71+93=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #53475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475D is #ACB8A2. Grayscale: #4D4D4D. Windows color (decimal): -11319459 or 6113107. OLE color: 6113107.
HSL color Cylindrical-coordinate representation of color #53475D: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53475D is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 71 | 93 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.64 |
| HSL | 272.73º | 0.13% | 0.32% | - |
| HSV(B) | 272.73º | 0.24% | 0.36% | - |
| XYZ | 7.8 | 7.14 | 11.32 | - |
| YUV | 77.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 93 | 0.11 | 0.24 | 0 | 0.64 | 272.73 | 0.13 | 0.32 |
| Hex | 53 | 47 | 5D | B | 18 | 0 | 40 | 111 | D | 20 |
| Octal | 123 | 107 | 135 | 13 | 30 | 0 | 100 | 421 | 15 | 40 |
| Binary | 1010011 | 1000111 | 1011101 | 1011 | 11000 | 0 | 1000000 | 100010001 | 1101 | 100000 |
Color Harmonies of #53475D
Complementary color
Monochromatic Colors of #53475D
Black with #53475D
Text Example
Text Example
White with #53475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53475D; }
p { color: rgb(83,71,93); }
H1.HeaderClassName
{
color: #53475D;
}
.AnyTagClassName
{
color: #53475D;
}
</style>
background-color css
<style>
a { background-color: #53475D; }
a { background-color: rgb(83,71,93); }
div.DivClassName
{
background-color: #53475D;
}
.BgClassName
{
background-color: #53475D;
}
</style>
border-color css
<style>
span { border-color: #53475D; }
span { border-color: rgb(83,71,93); }
td.TdClassName
{
border-color: #53475D;
}
.TagClassName
{
border-color: #53475D;
}
</style>