Shades of Mulled Wine #53475F
Tints of Mulled Wine #53475F
RGB
CMYK
RGB Variations
Color information
#53475F (or 0x53475F) is known color: Mulled Wine. HEX triplet: 53, 47 and 5F. RGB value is (83,71,95). Sum of RGB (Red+Green+Blue) = 83+71+95=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #53475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475F is #ACB8A0. Grayscale: #4D4D4D. Windows color (decimal): -11319457 or 6244179. OLE color: 6244179.
HSL color Cylindrical-coordinate representation of color #53475F: hue angle of 270º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53475F is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 71 | 95 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.63 |
| HSL | 270º | 0.14% | 0.33% | - |
| HSV(B) | 270º | 0.25% | 0.37% | - |
| XYZ | 7.89 | 7.17 | 11.8 | - |
| YUV | 77.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 95 | 0.13 | 0.25 | 0 | 0.63 | 270 | 0.14 | 0.33 |
| Hex | 53 | 47 | 5F | D | 19 | 0 | 3F | 10E | E | 21 |
| Octal | 123 | 107 | 137 | 15 | 31 | 0 | 77 | 416 | 16 | 41 |
| Binary | 1010011 | 1000111 | 1011111 | 1101 | 11001 | 0 | 111111 | 100001110 | 1110 | 100001 |
Color Harmonies of #53475F
Complementary color
Monochromatic Colors of #53475F
Black with #53475F
Text Example
Text Example
White with #53475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53475F; }
p { color: rgb(83,71,95); }
H1.HeaderClassName
{
color: #53475F;
}
.AnyTagClassName
{
color: #53475F;
}
</style>
background-color css
<style>
a { background-color: #53475F; }
a { background-color: rgb(83,71,95); }
div.DivClassName
{
background-color: #53475F;
}
.BgClassName
{
background-color: #53475F;
}
</style>
border-color css
<style>
span { border-color: #53475F; }
span { border-color: rgb(83,71,95); }
td.TdClassName
{
border-color: #53475F;
}
.TagClassName
{
border-color: #53475F;
}
</style>