Shades of Mulled Wine #534D60
Tints of Mulled Wine #534D60
RGB
CMYK
RGB Variations
Color information
#534D60 (or 0x534D60) is known color: Mulled Wine. HEX triplet: 53, 4D and 60. RGB value is (83,77,96). Sum of RGB (Red+Green+Blue) = 83+77+96=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #534D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D60 is #ACB29F. Grayscale: #505050. Windows color (decimal): -11317920 or 6311251. OLE color: 6311251.
HSL color Cylindrical-coordinate representation of color #534D60: hue angle of 258.95º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534D60 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 77 | 96 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.62 |
| HSL | 258.95º | 0.11% | 0.34% | - |
| HSV(B) | 258.95º | 0.2% | 0.38% | - |
| XYZ | 8.33 | 7.99 | 12.17 | - |
| YUV | 80.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 96 | 0.14 | 0.20 | 0 | 0.62 | 258.95 | 0.11 | 0.34 |
| Hex | 53 | 4D | 60 | E | 14 | 0 | 3E | 103 | B | 22 |
| Octal | 123 | 115 | 140 | 16 | 24 | 0 | 76 | 403 | 13 | 42 |
| Binary | 1010011 | 1001101 | 1100000 | 1110 | 10100 | 0 | 111110 | 100000011 | 1011 | 100010 |
Color Harmonies of #534D60
Complementary color
Monochromatic Colors of #534D60
Black with #534D60
Text Example
Text Example
White with #534D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D60; }
p { color: rgb(83,77,96); }
H1.HeaderClassName
{
color: #534D60;
}
.AnyTagClassName
{
color: #534D60;
}
</style>
background-color css
<style>
a { background-color: #534D60; }
a { background-color: rgb(83,77,96); }
div.DivClassName
{
background-color: #534D60;
}
.BgClassName
{
background-color: #534D60;
}
</style>
border-color css
<style>
span { border-color: #534D60; }
span { border-color: rgb(83,77,96); }
td.TdClassName
{
border-color: #534D60;
}
.TagClassName
{
border-color: #534D60;
}
</style>