Shades of Mulled Wine #52455D
Tints of Mulled Wine #52455D
RGB
CMYK
RGB Variations
Color information
#52455D (or 0x52455D) is known color: Mulled Wine. HEX triplet: 52, 45 and 5D. RGB value is (82,69,93). Sum of RGB (Red+Green+Blue) = 82+69+93=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #52455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52455D is #ADBAA2. Grayscale: #4B4B4B. Windows color (decimal): -11385507 or 6112594. OLE color: 6112594.
HSL color Cylindrical-coordinate representation of color #52455D: hue angle of 272.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52455D is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 69 | 93 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.64 |
| HSL | 272.5º | 0.15% | 0.32% | - |
| HSV(B) | 272.5º | 0.26% | 0.36% | - |
| XYZ | 7.58 | 6.84 | 11.28 | - |
| YUV | 75.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 93 | 0.12 | 0.26 | 0 | 0.64 | 272.5 | 0.15 | 0.32 |
| Hex | 52 | 45 | 5D | C | 1A | 0 | 40 | 110 | F | 20 |
| Octal | 122 | 105 | 135 | 14 | 32 | 0 | 100 | 420 | 17 | 40 |
| Binary | 1010010 | 1000101 | 1011101 | 1100 | 11010 | 0 | 1000000 | 100010000 | 1111 | 100000 |
Color Harmonies of #52455D
Complementary color
Monochromatic Colors of #52455D
Black with #52455D
Text Example
Text Example
White with #52455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52455D; }
p { color: rgb(82,69,93); }
H1.HeaderClassName
{
color: #52455D;
}
.AnyTagClassName
{
color: #52455D;
}
</style>
background-color css
<style>
a { background-color: #52455D; }
a { background-color: rgb(82,69,93); }
div.DivClassName
{
background-color: #52455D;
}
.BgClassName
{
background-color: #52455D;
}
</style>
border-color css
<style>
span { border-color: #52455D; }
span { border-color: rgb(82,69,93); }
td.TdClassName
{
border-color: #52455D;
}
.TagClassName
{
border-color: #52455D;
}
</style>