Shades of Mulled Wine #575262
Tints of Mulled Wine #575262
RGB
CMYK
RGB Variations
Color information
#575262 (or 0x575262) is known color: Mulled Wine. HEX triplet: 57, 52 and 62. RGB value is (87,82,98). Sum of RGB (Red+Green+Blue) = 87+82+98=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #575262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575262 is #A8AD9D. Grayscale: #555555. Windows color (decimal): -11054494 or 6443607. OLE color: 6443607.
HSL color Cylindrical-coordinate representation of color #575262: hue angle of 258.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575262 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 82 | 98 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.62 |
| HSL | 258.75º | 0.09% | 0.35% | - |
| HSV(B) | 258.75º | 0.16% | 0.38% | - |
| XYZ | 9.15 | 8.94 | 12.8 | - |
| YUV | 85.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 98 | 0.11 | 0.16 | 0 | 0.62 | 258.75 | 0.09 | 0.35 |
| Hex | 57 | 52 | 62 | B | 10 | 0 | 3E | 103 | 9 | 23 |
| Octal | 127 | 122 | 142 | 13 | 20 | 0 | 76 | 403 | 11 | 43 |
| Binary | 1010111 | 1010010 | 1100010 | 1011 | 10000 | 0 | 111110 | 100000011 | 1001 | 100011 |
Color Harmonies of #575262
Complementary color
Monochromatic Colors of #575262
Black with #575262
Text Example
Text Example
White with #575262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575262; }
p { color: rgb(87,82,98); }
H1.HeaderClassName
{
color: #575262;
}
.AnyTagClassName
{
color: #575262;
}
</style>
background-color css
<style>
a { background-color: #575262; }
a { background-color: rgb(87,82,98); }
div.DivClassName
{
background-color: #575262;
}
.BgClassName
{
background-color: #575262;
}
</style>
border-color css
<style>
span { border-color: #575262; }
span { border-color: rgb(87,82,98); }
td.TdClassName
{
border-color: #575262;
}
.TagClassName
{
border-color: #575262;
}
</style>