Shades of Mulled Wine #534962
Tints of Mulled Wine #534962
RGB
CMYK
RGB Variations
Color information
#534962 (or 0x534962) is known color: Mulled Wine. HEX triplet: 53, 49 and 62. RGB value is (83,73,98). Sum of RGB (Red+Green+Blue) = 83+73+98=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #534962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534962 is #ACB69D. Grayscale: #4E4E4E. Windows color (decimal): -11318942 or 6441299. OLE color: 6441299.
HSL color Cylindrical-coordinate representation of color #534962: hue angle of 264º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #534962 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 73 | 98 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.62 |
| HSL | 264º | 0.15% | 0.34% | - |
| HSV(B) | 264º | 0.26% | 0.38% | - |
| XYZ | 8.15 | 7.49 | 12.57 | - |
| YUV | 78.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 98 | 0.15 | 0.26 | 0 | 0.62 | 264 | 0.15 | 0.34 |
| Hex | 53 | 49 | 62 | F | 1A | 0 | 3E | 108 | F | 22 |
| Octal | 123 | 111 | 142 | 17 | 32 | 0 | 76 | 410 | 17 | 42 |
| Binary | 1010011 | 1001001 | 1100010 | 1111 | 11010 | 0 | 111110 | 100001000 | 1111 | 100010 |
Color Harmonies of #534962
Complementary color
Monochromatic Colors of #534962
Black with #534962
Text Example
Text Example
White with #534962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534962; }
p { color: rgb(83,73,98); }
H1.HeaderClassName
{
color: #534962;
}
.AnyTagClassName
{
color: #534962;
}
</style>
background-color css
<style>
a { background-color: #534962; }
a { background-color: rgb(83,73,98); }
div.DivClassName
{
background-color: #534962;
}
.BgClassName
{
background-color: #534962;
}
</style>
border-color css
<style>
span { border-color: #534962; }
span { border-color: rgb(83,73,98); }
td.TdClassName
{
border-color: #534962;
}
.TagClassName
{
border-color: #534962;
}
</style>