Shades of Mulled Wine #53515B
Tints of Mulled Wine #53515B
RGB
CMYK
RGB Variations
Color information
#53515B (or 0x53515B) is known color: Mulled Wine. HEX triplet: 53, 51 and 5B. RGB value is (83,81,91). Sum of RGB (Red+Green+Blue) = 83+81+91=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #53515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515B is #ACAEA4. Grayscale: #525252. Windows color (decimal): -11316901 or 5984595. OLE color: 5984595.
HSL color Cylindrical-coordinate representation of color #53515B: hue angle of 252º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53515B is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 81 | 91 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.64 |
| HSL | 252º | 0.06% | 0.34% | - |
| HSV(B) | 252º | 0.11% | 0.36% | - |
| XYZ | 8.4 | 8.48 | 11.09 | - |
| YUV | 82.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 91 | 0.09 | 0.11 | 0 | 0.64 | 252 | 0.06 | 0.34 |
| Hex | 53 | 51 | 5B | 9 | B | 0 | 40 | FC | 6 | 22 |
| Octal | 123 | 121 | 133 | 11 | 13 | 0 | 100 | 374 | 6 | 42 |
| Binary | 1010011 | 1010001 | 1011011 | 1001 | 1011 | 0 | 1000000 | 11111100 | 110 | 100010 |
Color Harmonies of #53515B
Complementary color
Monochromatic Colors of #53515B
Black with #53515B
Text Example
Text Example
White with #53515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53515B; }
p { color: rgb(83,81,91); }
H1.HeaderClassName
{
color: #53515B;
}
.AnyTagClassName
{
color: #53515B;
}
</style>
background-color css
<style>
a { background-color: #53515B; }
a { background-color: rgb(83,81,91); }
div.DivClassName
{
background-color: #53515B;
}
.BgClassName
{
background-color: #53515B;
}
</style>
border-color css
<style>
span { border-color: #53515B; }
span { border-color: rgb(83,81,91); }
td.TdClassName
{
border-color: #53515B;
}
.TagClassName
{
border-color: #53515B;
}
</style>