Shades of Mulled Wine #525153
Tints of Mulled Wine #525153
RGB
CMYK
RGB Variations
Color information
#525153 (or 0x525153) is known color: Mulled Wine. HEX triplet: 52, 51 and 53. RGB value is (82,81,83). Sum of RGB (Red+Green+Blue) = 82+81+83=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 83 - color contains mainly: blue. Hex color #525153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525153 is #ADAEAC. Grayscale: #515151. Windows color (decimal): -11382445 or 5460306. OLE color: 5460306.
HSL color Cylindrical-coordinate representation of color #525153: hue angle of 270º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #525153 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 81 | 83 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.67 |
| HSL | 270º | 0.01% | 0.32% | - |
| HSV(B) | 270º | 0.02% | 0.33% | - |
| XYZ | 7.98 | 8.3 | 9.37 | - |
| YUV | 81.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 83 | 0.01 | 0.02 | 0 | 0.67 | 270 | 0.01 | 0.32 |
| Hex | 52 | 51 | 53 | 1 | 2 | 0 | 43 | 10E | 1 | 20 |
| Octal | 122 | 121 | 123 | 1 | 2 | 0 | 103 | 416 | 1 | 40 |
| Binary | 1010010 | 1010001 | 1010011 | 1 | 10 | 0 | 1000011 | 100001110 | 1 | 100000 |
Color Harmonies of #525153
Complementary color
Monochromatic Colors of #525153
Black with #525153
Text Example
Text Example
White with #525153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525153; }
p { color: rgb(82,81,83); }
H1.HeaderClassName
{
color: #525153;
}
.AnyTagClassName
{
color: #525153;
}
</style>
background-color css
<style>
a { background-color: #525153; }
a { background-color: rgb(82,81,83); }
div.DivClassName
{
background-color: #525153;
}
.BgClassName
{
background-color: #525153;
}
</style>
border-color css
<style>
span { border-color: #525153; }
span { border-color: rgb(82,81,83); }
td.TdClassName
{
border-color: #525153;
}
.TagClassName
{
border-color: #525153;
}
</style>