Shades of Mulled Wine #535158
Tints of Mulled Wine #535158
RGB
CMYK
RGB Variations
Color information
#535158 (or 0x535158) is known color: Mulled Wine. HEX triplet: 53, 51 and 58. RGB value is (83,81,88). Sum of RGB (Red+Green+Blue) = 83+81+88=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #535158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535158 is #ACAEA7. Grayscale: #525252. Windows color (decimal): -11316904 or 5787987. OLE color: 5787987.
HSL color Cylindrical-coordinate representation of color #535158: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #535158 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 81 | 88 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.65 |
| HSL | 257.14º | 0.04% | 0.33% | - |
| HSV(B) | 257.14º | 0.08% | 0.35% | - |
| XYZ | 8.27 | 8.43 | 10.42 | - |
| YUV | 82.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 88 | 0.06 | 0.08 | 0 | 0.65 | 257.14 | 0.04 | 0.33 |
| Hex | 53 | 51 | 58 | 6 | 8 | 0 | 41 | 101 | 4 | 21 |
| Octal | 123 | 121 | 130 | 6 | 10 | 0 | 101 | 401 | 4 | 41 |
| Binary | 1010011 | 1010001 | 1011000 | 110 | 1000 | 0 | 1000001 | 100000001 | 100 | 100001 |
Color Harmonies of #535158
Complementary color
Monochromatic Colors of #535158
Black with #535158
Text Example
Text Example
White with #535158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535158; }
p { color: rgb(83,81,88); }
H1.HeaderClassName
{
color: #535158;
}
.AnyTagClassName
{
color: #535158;
}
</style>
background-color css
<style>
a { background-color: #535158; }
a { background-color: rgb(83,81,88); }
div.DivClassName
{
background-color: #535158;
}
.BgClassName
{
background-color: #535158;
}
</style>
border-color css
<style>
span { border-color: #535158; }
span { border-color: rgb(83,81,88); }
td.TdClassName
{
border-color: #535158;
}
.TagClassName
{
border-color: #535158;
}
</style>