Shades of Mulled Wine #534968
Tints of Mulled Wine #534968
RGB
CMYK
RGB Variations
Color information
#534968 (or 0x534968) is known color: Mulled Wine. HEX triplet: 53, 49 and 68. RGB value is (83,73,104). Sum of RGB (Red+Green+Blue) = 83+73+104=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #534968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534968 is #ACB697. Grayscale: #4F4F4F. Windows color (decimal): -11318936 or 6834515. OLE color: 6834515.
HSL color Cylindrical-coordinate representation of color #534968: hue angle of 259.35º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534968 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 73 | 104 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.59 |
| HSL | 259.35º | 0.18% | 0.35% | - |
| HSV(B) | 259.35º | 0.3% | 0.41% | - |
| XYZ | 8.45 | 7.6 | 14.12 | - |
| YUV | 79.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 104 | 0.20 | 0.30 | 0 | 0.59 | 259.35 | 0.18 | 0.35 |
| Hex | 53 | 49 | 68 | 14 | 1E | 0 | 3B | 103 | 12 | 23 |
| Octal | 123 | 111 | 150 | 24 | 36 | 0 | 73 | 403 | 22 | 43 |
| Binary | 1010011 | 1001001 | 1101000 | 10100 | 11110 | 0 | 111011 | 100000011 | 10010 | 100011 |
Color Harmonies of #534968
Complementary color
Monochromatic Colors of #534968
Black with #534968
Text Example
Text Example
White with #534968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534968; }
p { color: rgb(83,73,104); }
H1.HeaderClassName
{
color: #534968;
}
.AnyTagClassName
{
color: #534968;
}
</style>
background-color css
<style>
a { background-color: #534968; }
a { background-color: rgb(83,73,104); }
div.DivClassName
{
background-color: #534968;
}
.BgClassName
{
background-color: #534968;
}
</style>
border-color css
<style>
span { border-color: #534968; }
span { border-color: rgb(83,73,104); }
td.TdClassName
{
border-color: #534968;
}
.TagClassName
{
border-color: #534968;
}
</style>