Shades of Mulled Wine #534564
Tints of Mulled Wine #534564
RGB
CMYK
RGB Variations
Color information
#534564 (or 0x534564) is known color: Mulled Wine. HEX triplet: 53, 45 and 64. RGB value is (83,69,100). Sum of RGB (Red+Green+Blue) = 83+69+100=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #534564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534564 is #ACBA9B. Grayscale: #4C4C4C. Windows color (decimal): -11319964 or 6571347. OLE color: 6571347.
HSL color Cylindrical-coordinate representation of color #534564: hue angle of 267.1º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534564 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 69 | 100 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.61 |
| HSL | 267.1º | 0.18% | 0.33% | - |
| HSV(B) | 267.1º | 0.31% | 0.39% | - |
| XYZ | 8 | 7.02 | 12.99 | - |
| YUV | 76.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 100 | 0.17 | 0.31 | 0 | 0.61 | 267.1 | 0.18 | 0.33 |
| Hex | 53 | 45 | 64 | 11 | 1F | 0 | 3D | 10B | 12 | 21 |
| Octal | 123 | 105 | 144 | 21 | 37 | 0 | 75 | 413 | 22 | 41 |
| Binary | 1010011 | 1000101 | 1100100 | 10001 | 11111 | 0 | 111101 | 100001011 | 10010 | 100001 |
Color Harmonies of #534564
Complementary color
Monochromatic Colors of #534564
Black with #534564
Text Example
Text Example
White with #534564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534564; }
p { color: rgb(83,69,100); }
H1.HeaderClassName
{
color: #534564;
}
.AnyTagClassName
{
color: #534564;
}
</style>
background-color css
<style>
a { background-color: #534564; }
a { background-color: rgb(83,69,100); }
div.DivClassName
{
background-color: #534564;
}
.BgClassName
{
background-color: #534564;
}
</style>
border-color css
<style>
span { border-color: #534564; }
span { border-color: rgb(83,69,100); }
td.TdClassName
{
border-color: #534564;
}
.TagClassName
{
border-color: #534564;
}
</style>