Shades of Mulled Wine #53465D
Tints of Mulled Wine #53465D
RGB
CMYK
RGB Variations
Color information
#53465D (or 0x53465D) is known color: Mulled Wine. HEX triplet: 53, 46 and 5D. RGB value is (83,70,93). Sum of RGB (Red+Green+Blue) = 83+70+93=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #53465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53465D is #ACB9A2. Grayscale: #4C4C4C. Windows color (decimal): -11319715 or 6112851. OLE color: 6112851.
HSL color Cylindrical-coordinate representation of color #53465D: hue angle of 273.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53465D is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 70 | 93 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.64 |
| HSL | 273.91º | 0.14% | 0.32% | - |
| HSV(B) | 273.91º | 0.25% | 0.36% | - |
| XYZ | 7.73 | 7.01 | 11.3 | - |
| YUV | 76.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 93 | 0.11 | 0.25 | 0 | 0.64 | 273.91 | 0.14 | 0.32 |
| Hex | 53 | 46 | 5D | B | 19 | 0 | 40 | 112 | E | 20 |
| Octal | 123 | 106 | 135 | 13 | 31 | 0 | 100 | 422 | 16 | 40 |
| Binary | 1010011 | 1000110 | 1011101 | 1011 | 11001 | 0 | 1000000 | 100010010 | 1110 | 100000 |
Color Harmonies of #53465D
Complementary color
Monochromatic Colors of #53465D
Black with #53465D
Text Example
Text Example
White with #53465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53465D; }
p { color: rgb(83,70,93); }
H1.HeaderClassName
{
color: #53465D;
}
.AnyTagClassName
{
color: #53465D;
}
</style>
background-color css
<style>
a { background-color: #53465D; }
a { background-color: rgb(83,70,93); }
div.DivClassName
{
background-color: #53465D;
}
.BgClassName
{
background-color: #53465D;
}
</style>
border-color css
<style>
span { border-color: #53465D; }
span { border-color: rgb(83,70,93); }
td.TdClassName
{
border-color: #53465D;
}
.TagClassName
{
border-color: #53465D;
}
</style>