Shades of Mulled Wine #534D61
Tints of Mulled Wine #534D61
RGB
CMYK
RGB Variations
Color information
#534D61 (or 0x534D61) is known color: Mulled Wine. HEX triplet: 53, 4D and 61. RGB value is (83,77,97). Sum of RGB (Red+Green+Blue) = 83+77+97=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #534D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D61 is #ACB29E. Grayscale: #515151. Windows color (decimal): -11317919 or 6376787. OLE color: 6376787.
HSL color Cylindrical-coordinate representation of color #534D61: hue angle of 258º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534D61 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 77 | 97 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.62 |
| HSL | 258º | 0.11% | 0.34% | - |
| HSV(B) | 258º | 0.21% | 0.38% | - |
| XYZ | 8.38 | 8.01 | 12.41 | - |
| YUV | 81.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 97 | 0.14 | 0.21 | 0 | 0.62 | 258 | 0.11 | 0.34 |
| Hex | 53 | 4D | 61 | E | 15 | 0 | 3E | 102 | B | 22 |
| Octal | 123 | 115 | 141 | 16 | 25 | 0 | 76 | 402 | 13 | 42 |
| Binary | 1010011 | 1001101 | 1100001 | 1110 | 10101 | 0 | 111110 | 100000010 | 1011 | 100010 |
Color Harmonies of #534D61
Complementary color
Monochromatic Colors of #534D61
Black with #534D61
Text Example
Text Example
White with #534D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D61; }
p { color: rgb(83,77,97); }
H1.HeaderClassName
{
color: #534D61;
}
.AnyTagClassName
{
color: #534D61;
}
</style>
background-color css
<style>
a { background-color: #534D61; }
a { background-color: rgb(83,77,97); }
div.DivClassName
{
background-color: #534D61;
}
.BgClassName
{
background-color: #534D61;
}
</style>
border-color css
<style>
span { border-color: #534D61; }
span { border-color: rgb(83,77,97); }
td.TdClassName
{
border-color: #534D61;
}
.TagClassName
{
border-color: #534D61;
}
</style>