Shades of Mulled Wine #534565
Tints of Mulled Wine #534565
RGB
CMYK
RGB Variations
Color information
#534565 (or 0x534565) is known color: Mulled Wine. HEX triplet: 53, 45 and 65. RGB value is (83,69,101). Sum of RGB (Red+Green+Blue) = 83+69+101=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #534565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534565 is #ACBA9A. Grayscale: #4C4C4C. Windows color (decimal): -11319963 or 6636883. OLE color: 6636883.
HSL color Cylindrical-coordinate representation of color #534565: hue angle of 266.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534565 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 69 | 101 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.60 |
| HSL | 266.25º | 0.19% | 0.33% | - |
| HSV(B) | 266.25º | 0.32% | 0.4% | - |
| XYZ | 8.04 | 7.03 | 13.25 | - |
| YUV | 76.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 101 | 0.18 | 0.32 | 0 | 0.60 | 266.25 | 0.19 | 0.33 |
| Hex | 53 | 45 | 65 | 12 | 20 | 0 | 3C | 10A | 13 | 21 |
| Octal | 123 | 105 | 145 | 22 | 40 | 0 | 74 | 412 | 23 | 41 |
| Binary | 1010011 | 1000101 | 1100101 | 10010 | 100000 | 0 | 111100 | 100001010 | 10011 | 100001 |
Color Harmonies of #534565
Complementary color
Monochromatic Colors of #534565
Black with #534565
Text Example
Text Example
White with #534565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534565; }
p { color: rgb(83,69,101); }
H1.HeaderClassName
{
color: #534565;
}
.AnyTagClassName
{
color: #534565;
}
</style>
background-color css
<style>
a { background-color: #534565; }
a { background-color: rgb(83,69,101); }
div.DivClassName
{
background-color: #534565;
}
.BgClassName
{
background-color: #534565;
}
</style>
border-color css
<style>
span { border-color: #534565; }
span { border-color: rgb(83,69,101); }
td.TdClassName
{
border-color: #534565;
}
.TagClassName
{
border-color: #534565;
}
</style>