Shades of Mulled Wine #534F66
Tints of Mulled Wine #534F66
RGB
CMYK
RGB Variations
Color information
#534F66 (or 0x534F66) is known color: Mulled Wine. HEX triplet: 53, 4F and 66. RGB value is (83,79,102). Sum of RGB (Red+Green+Blue) = 83+79+102=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #534F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F66 is #ACB099. Grayscale: #525252. Windows color (decimal): -11317402 or 6704979. OLE color: 6704979.
HSL color Cylindrical-coordinate representation of color #534F66: hue angle of 250.43º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534F66 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 79 | 102 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.6 |
| HSL | 250.43º | 0.13% | 0.35% | - |
| HSV(B) | 250.43º | 0.23% | 0.4% | - |
| XYZ | 8.76 | 8.39 | 13.73 | - |
| YUV | 82.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 102 | 0.19 | 0.23 | 0 | 0.6 | 250.43 | 0.13 | 0.35 |
| Hex | 53 | 4F | 66 | 13 | 17 | 0 | 3C | FA | D | 23 |
| Octal | 123 | 117 | 146 | 23 | 27 | 0 | 74 | 372 | 15 | 43 |
| Binary | 1010011 | 1001111 | 1100110 | 10011 | 10111 | 0 | 111100 | 11111010 | 1101 | 100011 |
Color Harmonies of #534F66
Complementary color
Monochromatic Colors of #534F66
Black with #534F66
Text Example
Text Example
White with #534F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F66; }
p { color: rgb(83,79,102); }
H1.HeaderClassName
{
color: #534F66;
}
.AnyTagClassName
{
color: #534F66;
}
</style>
background-color css
<style>
a { background-color: #534F66; }
a { background-color: rgb(83,79,102); }
div.DivClassName
{
background-color: #534F66;
}
.BgClassName
{
background-color: #534F66;
}
</style>
border-color css
<style>
span { border-color: #534F66; }
span { border-color: rgb(83,79,102); }
td.TdClassName
{
border-color: #534F66;
}
.TagClassName
{
border-color: #534F66;
}
</style>