Shades of Mulled Wine #53515A
Tints of Mulled Wine #53515A
RGB
CMYK
RGB Variations
Color information
#53515A (or 0x53515A) is known color: Mulled Wine. HEX triplet: 53, 51 and 5A. RGB value is (83,81,90). Sum of RGB (Red+Green+Blue) = 83+81+90=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #53515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53515A is #ACAEA5. Grayscale: #525252. Windows color (decimal): -11316902 or 5919059. OLE color: 5919059.
HSL color Cylindrical-coordinate representation of color #53515A: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53515A is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 81 | 90 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.65 |
| HSL | 253.33º | 0.05% | 0.34% | - |
| HSV(B) | 253.33º | 0.1% | 0.35% | - |
| XYZ | 8.36 | 8.46 | 10.87 | - |
| YUV | 82.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 90 | 0.08 | 0.1 | 0 | 0.65 | 253.33 | 0.05 | 0.34 |
| Hex | 53 | 51 | 5A | 8 | A | 0 | 41 | FD | 5 | 22 |
| Octal | 123 | 121 | 132 | 10 | 12 | 0 | 101 | 375 | 5 | 42 |
| Binary | 1010011 | 1010001 | 1011010 | 1000 | 1010 | 0 | 1000001 | 11111101 | 101 | 100010 |
Color Harmonies of #53515A
Complementary color
Monochromatic Colors of #53515A
Black with #53515A
Text Example
Text Example
White with #53515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53515A; }
p { color: rgb(83,81,90); }
H1.HeaderClassName
{
color: #53515A;
}
.AnyTagClassName
{
color: #53515A;
}
</style>
background-color css
<style>
a { background-color: #53515A; }
a { background-color: rgb(83,81,90); }
div.DivClassName
{
background-color: #53515A;
}
.BgClassName
{
background-color: #53515A;
}
</style>
border-color css
<style>
span { border-color: #53515A; }
span { border-color: rgb(83,81,90); }
td.TdClassName
{
border-color: #53515A;
}
.TagClassName
{
border-color: #53515A;
}
</style>