Shades of Mulled Wine #534768
Tints of Mulled Wine #534768
RGB
CMYK
RGB Variations
Color information
#534768 (or 0x534768) is known color: Mulled Wine. HEX triplet: 53, 47 and 68. RGB value is (83,71,104). Sum of RGB (Red+Green+Blue) = 83+71+104=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #534768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534768 is #ACB897. Grayscale: #4E4E4E. Windows color (decimal): -11319448 or 6834003. OLE color: 6834003.
HSL color Cylindrical-coordinate representation of color #534768: hue angle of 261.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534768 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 71 | 104 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.59 |
| HSL | 261.82º | 0.19% | 0.34% | - |
| HSV(B) | 261.82º | 0.32% | 0.41% | - |
| XYZ | 8.32 | 7.34 | 14.08 | - |
| YUV | 78.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 104 | 0.20 | 0.32 | 0 | 0.59 | 261.82 | 0.19 | 0.34 |
| Hex | 53 | 47 | 68 | 14 | 20 | 0 | 3B | 106 | 13 | 22 |
| Octal | 123 | 107 | 150 | 24 | 40 | 0 | 73 | 406 | 23 | 42 |
| Binary | 1010011 | 1000111 | 1101000 | 10100 | 100000 | 0 | 111011 | 100000110 | 10011 | 100010 |
Color Harmonies of #534768
Complementary color
Monochromatic Colors of #534768
Black with #534768
Text Example
Text Example
White with #534768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534768; }
p { color: rgb(83,71,104); }
H1.HeaderClassName
{
color: #534768;
}
.AnyTagClassName
{
color: #534768;
}
</style>
background-color css
<style>
a { background-color: #534768; }
a { background-color: rgb(83,71,104); }
div.DivClassName
{
background-color: #534768;
}
.BgClassName
{
background-color: #534768;
}
</style>
border-color css
<style>
span { border-color: #534768; }
span { border-color: rgb(83,71,104); }
td.TdClassName
{
border-color: #534768;
}
.TagClassName
{
border-color: #534768;
}
</style>