Shades of Mulled Wine #53475C
Tints of Mulled Wine #53475C
RGB
CMYK
RGB Variations
Color information
#53475C (or 0x53475C) is known color: Mulled Wine. HEX triplet: 53, 47 and 5C. RGB value is (83,71,92). Sum of RGB (Red+Green+Blue) = 83+71+92=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #53475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475C is #ACB8A3. Grayscale: #4C4C4C. Windows color (decimal): -11319460 or 6047571. OLE color: 6047571.
HSL color Cylindrical-coordinate representation of color #53475C: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53475C is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 71 | 92 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.64 |
| HSL | 274.29º | 0.13% | 0.32% | - |
| HSV(B) | 274.29º | 0.23% | 0.36% | - |
| XYZ | 7.75 | 7.12 | 11.09 | - |
| YUV | 76.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 92 | 0.10 | 0.23 | 0 | 0.64 | 274.29 | 0.13 | 0.32 |
| Hex | 53 | 47 | 5C | A | 17 | 0 | 40 | 112 | D | 20 |
| Octal | 123 | 107 | 134 | 12 | 27 | 0 | 100 | 422 | 15 | 40 |
| Binary | 1010011 | 1000111 | 1011100 | 1010 | 10111 | 0 | 1000000 | 100010010 | 1101 | 100000 |
Color Harmonies of #53475C
Complementary color
Monochromatic Colors of #53475C
Black with #53475C
Text Example
Text Example
White with #53475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53475C; }
p { color: rgb(83,71,92); }
H1.HeaderClassName
{
color: #53475C;
}
.AnyTagClassName
{
color: #53475C;
}
</style>
background-color css
<style>
a { background-color: #53475C; }
a { background-color: rgb(83,71,92); }
div.DivClassName
{
background-color: #53475C;
}
.BgClassName
{
background-color: #53475C;
}
</style>
border-color css
<style>
span { border-color: #53475C; }
span { border-color: rgb(83,71,92); }
td.TdClassName
{
border-color: #53475C;
}
.TagClassName
{
border-color: #53475C;
}
</style>