Shades of Mulled Wine #534B59
Tints of Mulled Wine #534B59
RGB
CMYK
RGB Variations
Color information
#534B59 (or 0x534B59) is known color: Mulled Wine. HEX triplet: 53, 4B and 59. RGB value is (83,75,89). Sum of RGB (Red+Green+Blue) = 83+75+89=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #534B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B59 is #ACB4A6. Grayscale: #4E4E4E. Windows color (decimal): -11318439 or 5851987. OLE color: 5851987.
HSL color Cylindrical-coordinate representation of color #534B59: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534B59 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 75 | 89 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.65 |
| HSL | 274.29º | 0.09% | 0.32% | - |
| HSV(B) | 274.29º | 0.16% | 0.35% | - |
| XYZ | 7.89 | 7.59 | 10.5 | - |
| YUV | 78.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 89 | 0.07 | 0.16 | 0 | 0.65 | 274.29 | 0.09 | 0.32 |
| Hex | 53 | 4B | 59 | 7 | 10 | 0 | 41 | 112 | 9 | 20 |
| Octal | 123 | 113 | 131 | 7 | 20 | 0 | 101 | 422 | 11 | 40 |
| Binary | 1010011 | 1001011 | 1011001 | 111 | 10000 | 0 | 1000001 | 100010010 | 1001 | 100000 |
Color Harmonies of #534B59
Complementary color
Monochromatic Colors of #534B59
Black with #534B59
Text Example
Text Example
White with #534B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B59; }
p { color: rgb(83,75,89); }
H1.HeaderClassName
{
color: #534B59;
}
.AnyTagClassName
{
color: #534B59;
}
</style>
background-color css
<style>
a { background-color: #534B59; }
a { background-color: rgb(83,75,89); }
div.DivClassName
{
background-color: #534B59;
}
.BgClassName
{
background-color: #534B59;
}
</style>
border-color css
<style>
span { border-color: #534B59; }
span { border-color: rgb(83,75,89); }
td.TdClassName
{
border-color: #534B59;
}
.TagClassName
{
border-color: #534B59;
}
</style>