Shades of Mulled Wine #534E60
Tints of Mulled Wine #534E60
RGB
CMYK
RGB Variations
Color information
#534E60 (or 0x534E60) is known color: Mulled Wine. HEX triplet: 53, 4E and 60. RGB value is (83,78,96). Sum of RGB (Red+Green+Blue) = 83+78+96=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #534E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E60 is #ACB19F. Grayscale: #515151. Windows color (decimal): -11317664 or 6311507. OLE color: 6311507.
HSL color Cylindrical-coordinate representation of color #534E60: hue angle of 256.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534E60 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 78 | 96 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.62 |
| HSL | 256.67º | 0.1% | 0.34% | - |
| HSV(B) | 256.67º | 0.19% | 0.38% | - |
| XYZ | 8.4 | 8.13 | 12.19 | - |
| YUV | 81.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 96 | 0.14 | 0.19 | 0 | 0.62 | 256.67 | 0.1 | 0.34 |
| Hex | 53 | 4E | 60 | E | 13 | 0 | 3E | 101 | A | 22 |
| Octal | 123 | 116 | 140 | 16 | 23 | 0 | 76 | 401 | 12 | 42 |
| Binary | 1010011 | 1001110 | 1100000 | 1110 | 10011 | 0 | 111110 | 100000001 | 1010 | 100010 |
Color Harmonies of #534E60
Complementary color
Monochromatic Colors of #534E60
Black with #534E60
Text Example
Text Example
White with #534E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E60; }
p { color: rgb(83,78,96); }
H1.HeaderClassName
{
color: #534E60;
}
.AnyTagClassName
{
color: #534E60;
}
</style>
background-color css
<style>
a { background-color: #534E60; }
a { background-color: rgb(83,78,96); }
div.DivClassName
{
background-color: #534E60;
}
.BgClassName
{
background-color: #534E60;
}
</style>
border-color css
<style>
span { border-color: #534E60; }
span { border-color: rgb(83,78,96); }
td.TdClassName
{
border-color: #534E60;
}
.TagClassName
{
border-color: #534E60;
}
</style>