Shades of Mulled Wine #53495D
Tints of Mulled Wine #53495D
RGB
CMYK
RGB Variations
Color information
#53495D (or 0x53495D) is known color: Mulled Wine. HEX triplet: 53, 49 and 5D. RGB value is (83,73,93). Sum of RGB (Red+Green+Blue) = 83+73+93=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #53495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53495D is #ACB6A2. Grayscale: #4E4E4E. Windows color (decimal): -11318947 or 6113619. OLE color: 6113619.
HSL color Cylindrical-coordinate representation of color #53495D: hue angle of 270º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53495D is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 73 | 93 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.64 |
| HSL | 270º | 0.12% | 0.33% | - |
| HSV(B) | 270º | 0.22% | 0.36% | - |
| XYZ | 7.93 | 7.39 | 11.37 | - |
| YUV | 78.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 93 | 0.11 | 0.22 | 0 | 0.64 | 270 | 0.12 | 0.33 |
| Hex | 53 | 49 | 5D | B | 16 | 0 | 40 | 10E | C | 21 |
| Octal | 123 | 111 | 135 | 13 | 26 | 0 | 100 | 416 | 14 | 41 |
| Binary | 1010011 | 1001001 | 1011101 | 1011 | 10110 | 0 | 1000000 | 100001110 | 1100 | 100001 |
Color Harmonies of #53495D
Complementary color
Monochromatic Colors of #53495D
Black with #53495D
Text Example
Text Example
White with #53495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53495D; }
p { color: rgb(83,73,93); }
H1.HeaderClassName
{
color: #53495D;
}
.AnyTagClassName
{
color: #53495D;
}
</style>
background-color css
<style>
a { background-color: #53495D; }
a { background-color: rgb(83,73,93); }
div.DivClassName
{
background-color: #53495D;
}
.BgClassName
{
background-color: #53495D;
}
</style>
border-color css
<style>
span { border-color: #53495D; }
span { border-color: rgb(83,73,93); }
td.TdClassName
{
border-color: #53495D;
}
.TagClassName
{
border-color: #53495D;
}
</style>