Shades of Mulled Wine #53495C
Tints of Mulled Wine #53495C
RGB
CMYK
RGB Variations
Color information
#53495C (or 0x53495C) is known color: Mulled Wine. HEX triplet: 53, 49 and 5C. RGB value is (83,73,92). Sum of RGB (Red+Green+Blue) = 83+73+92=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #53495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53495C is #ACB6A3. Grayscale: #4E4E4E. Windows color (decimal): -11318948 or 6048083. OLE color: 6048083.
HSL color Cylindrical-coordinate representation of color #53495C: hue angle of 271.58º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53495C is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 73 | 92 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.64 |
| HSL | 271.58º | 0.12% | 0.32% | - |
| HSV(B) | 271.58º | 0.21% | 0.36% | - |
| XYZ | 7.88 | 7.38 | 11.13 | - |
| YUV | 78.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 92 | 0.10 | 0.21 | 0 | 0.64 | 271.58 | 0.12 | 0.32 |
| Hex | 53 | 49 | 5C | A | 15 | 0 | 40 | 110 | C | 20 |
| Octal | 123 | 111 | 134 | 12 | 25 | 0 | 100 | 420 | 14 | 40 |
| Binary | 1010011 | 1001001 | 1011100 | 1010 | 10101 | 0 | 1000000 | 100010000 | 1100 | 100000 |
Color Harmonies of #53495C
Complementary color
Monochromatic Colors of #53495C
Black with #53495C
Text Example
Text Example
White with #53495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53495C; }
p { color: rgb(83,73,92); }
H1.HeaderClassName
{
color: #53495C;
}
.AnyTagClassName
{
color: #53495C;
}
</style>
background-color css
<style>
a { background-color: #53495C; }
a { background-color: rgb(83,73,92); }
div.DivClassName
{
background-color: #53495C;
}
.BgClassName
{
background-color: #53495C;
}
</style>
border-color css
<style>
span { border-color: #53495C; }
span { border-color: rgb(83,73,92); }
td.TdClassName
{
border-color: #53495C;
}
.TagClassName
{
border-color: #53495C;
}
</style>