Shades of Mulled Wine #534364
Tints of Mulled Wine #534364
RGB
CMYK
RGB Variations
Color information
#534364 (or 0x534364) is known color: Mulled Wine. HEX triplet: 53, 43 and 64. RGB value is (83,67,100). Sum of RGB (Red+Green+Blue) = 83+67+100=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: blue. Hex color #534364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534364 is #ACBC9B. Grayscale: #4B4B4B. Windows color (decimal): -11320476 or 6570835. OLE color: 6570835.
HSL color Cylindrical-coordinate representation of color #534364: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #534364 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 67 | 100 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.61 |
| HSL | 269.09º | 0.2% | 0.33% | - |
| HSV(B) | 269.09º | 0.33% | 0.39% | - |
| XYZ | 7.87 | 6.77 | 12.95 | - |
| YUV | 75.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 100 | 0.17 | 0.33 | 0 | 0.61 | 269.09 | 0.2 | 0.33 |
| Hex | 53 | 43 | 64 | 11 | 21 | 0 | 3D | 10D | 14 | 21 |
| Octal | 123 | 103 | 144 | 21 | 41 | 0 | 75 | 415 | 24 | 41 |
| Binary | 1010011 | 1000011 | 1100100 | 10001 | 100001 | 0 | 111101 | 100001101 | 10100 | 100001 |
Color Harmonies of #534364
Complementary color
Monochromatic Colors of #534364
Black with #534364
Text Example
Text Example
White with #534364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534364; }
p { color: rgb(83,67,100); }
H1.HeaderClassName
{
color: #534364;
}
.AnyTagClassName
{
color: #534364;
}
</style>
background-color css
<style>
a { background-color: #534364; }
a { background-color: rgb(83,67,100); }
div.DivClassName
{
background-color: #534364;
}
.BgClassName
{
background-color: #534364;
}
</style>
border-color css
<style>
span { border-color: #534364; }
span { border-color: rgb(83,67,100); }
td.TdClassName
{
border-color: #534364;
}
.TagClassName
{
border-color: #534364;
}
</style>