Shades of Mulled Wine #53465C
Tints of Mulled Wine #53465C
RGB
CMYK
RGB Variations
Color information
#53465C (or 0x53465C) is known color: Mulled Wine. HEX triplet: 53, 46 and 5C. RGB value is (83,70,92). Sum of RGB (Red+Green+Blue) = 83+70+92=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #53465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53465C is #ACB9A3. Grayscale: #4C4C4C. Windows color (decimal): -11319716 or 6047315. OLE color: 6047315.
HSL color Cylindrical-coordinate representation of color #53465C: hue angle of 275.45º degrees, saturation: 0.14, 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 #53465C is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 70 | 92 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.64 |
| HSL | 275.45º | 0.14% | 0.32% | - |
| HSV(B) | 275.45º | 0.24% | 0.36% | - |
| XYZ | 7.69 | 6.99 | 11.07 | - |
| YUV | 76.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 92 | 0.10 | 0.24 | 0 | 0.64 | 275.45 | 0.14 | 0.32 |
| Hex | 53 | 46 | 5C | A | 18 | 0 | 40 | 113 | E | 20 |
| Octal | 123 | 106 | 134 | 12 | 30 | 0 | 100 | 423 | 16 | 40 |
| Binary | 1010011 | 1000110 | 1011100 | 1010 | 11000 | 0 | 1000000 | 100010011 | 1110 | 100000 |
Color Harmonies of #53465C
Complementary color
Monochromatic Colors of #53465C
Black with #53465C
Text Example
Text Example
White with #53465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53465C; }
p { color: rgb(83,70,92); }
H1.HeaderClassName
{
color: #53465C;
}
.AnyTagClassName
{
color: #53465C;
}
</style>
background-color css
<style>
a { background-color: #53465C; }
a { background-color: rgb(83,70,92); }
div.DivClassName
{
background-color: #53465C;
}
.BgClassName
{
background-color: #53465C;
}
</style>
border-color css
<style>
span { border-color: #53465C; }
span { border-color: rgb(83,70,92); }
td.TdClassName
{
border-color: #53465C;
}
.TagClassName
{
border-color: #53465C;
}
</style>