Shades of Mulled Wine #534B66
Tints of Mulled Wine #534B66
RGB
CMYK
RGB Variations
Color information
#534B66 (or 0x534B66) is known color: Mulled Wine. HEX triplet: 53, 4B and 66. RGB value is (83,75,102). Sum of RGB (Red+Green+Blue) = 83+75+102=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #534B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B66 is #ACB499. Grayscale: #505050. Windows color (decimal): -11318426 or 6703955. OLE color: 6703955.
HSL color Cylindrical-coordinate representation of color #534B66: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #534B66 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 75 | 102 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.6 |
| HSL | 257.78º | 0.15% | 0.35% | - |
| HSV(B) | 257.78º | 0.26% | 0.4% | - |
| XYZ | 8.48 | 7.83 | 13.63 | - |
| YUV | 80.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 102 | 0.19 | 0.26 | 0 | 0.6 | 257.78 | 0.15 | 0.35 |
| Hex | 53 | 4B | 66 | 13 | 1A | 0 | 3C | 102 | F | 23 |
| Octal | 123 | 113 | 146 | 23 | 32 | 0 | 74 | 402 | 17 | 43 |
| Binary | 1010011 | 1001011 | 1100110 | 10011 | 11010 | 0 | 111100 | 100000010 | 1111 | 100011 |
Color Harmonies of #534B66
Complementary color
Monochromatic Colors of #534B66
Black with #534B66
Text Example
Text Example
White with #534B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B66; }
p { color: rgb(83,75,102); }
H1.HeaderClassName
{
color: #534B66;
}
.AnyTagClassName
{
color: #534B66;
}
</style>
background-color css
<style>
a { background-color: #534B66; }
a { background-color: rgb(83,75,102); }
div.DivClassName
{
background-color: #534B66;
}
.BgClassName
{
background-color: #534B66;
}
</style>
border-color css
<style>
span { border-color: #534B66; }
span { border-color: rgb(83,75,102); }
td.TdClassName
{
border-color: #534B66;
}
.TagClassName
{
border-color: #534B66;
}
</style>