Shades of Mulled Wine #534D59
Tints of Mulled Wine #534D59
RGB
CMYK
RGB Variations
Color information
#534D59 (or 0x534D59) is known color: Mulled Wine. HEX triplet: 53, 4D and 59. RGB value is (83,77,89). Sum of RGB (Red+Green+Blue) = 83+77+89=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #534D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D59 is #ACB2A6. Grayscale: #505050. Windows color (decimal): -11317927 or 5852499. OLE color: 5852499.
HSL color Cylindrical-coordinate representation of color #534D59: hue angle of 270º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534D59 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 77 | 89 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.65 |
| HSL | 270º | 0.07% | 0.33% | - |
| HSV(B) | 270º | 0.13% | 0.35% | - |
| XYZ | 8.02 | 7.87 | 10.55 | - |
| YUV | 80.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 89 | 0.07 | 0.13 | 0 | 0.65 | 270 | 0.07 | 0.33 |
| Hex | 53 | 4D | 59 | 7 | D | 0 | 41 | 10E | 7 | 21 |
| Octal | 123 | 115 | 131 | 7 | 15 | 0 | 101 | 416 | 7 | 41 |
| Binary | 1010011 | 1001101 | 1011001 | 111 | 1101 | 0 | 1000001 | 100001110 | 111 | 100001 |
Color Harmonies of #534D59
Complementary color
Monochromatic Colors of #534D59
Black with #534D59
Text Example
Text Example
White with #534D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D59; }
p { color: rgb(83,77,89); }
H1.HeaderClassName
{
color: #534D59;
}
.AnyTagClassName
{
color: #534D59;
}
</style>
background-color css
<style>
a { background-color: #534D59; }
a { background-color: rgb(83,77,89); }
div.DivClassName
{
background-color: #534D59;
}
.BgClassName
{
background-color: #534D59;
}
</style>
border-color css
<style>
span { border-color: #534D59; }
span { border-color: rgb(83,77,89); }
td.TdClassName
{
border-color: #534D59;
}
.TagClassName
{
border-color: #534D59;
}
</style>