Shades of Mulled Wine #575263
Tints of Mulled Wine #575263
RGB
CMYK
RGB Variations
Color information
#575263 (or 0x575263) is known color: Mulled Wine. HEX triplet: 57, 52 and 63. RGB value is (87,82,99). Sum of RGB (Red+Green+Blue) = 87+82+99=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #575263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575263 is #A8AD9C. Grayscale: #555555. Windows color (decimal): -11054493 or 6509143. OLE color: 6509143.
HSL color Cylindrical-coordinate representation of color #575263: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575263 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 82 | 99 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.61 |
| HSL | 257.65º | 0.09% | 0.35% | - |
| HSV(B) | 257.65º | 0.17% | 0.39% | - |
| XYZ | 9.2 | 8.96 | 13.05 | - |
| YUV | 85.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 99 | 0.12 | 0.17 | 0 | 0.61 | 257.65 | 0.09 | 0.35 |
| Hex | 57 | 52 | 63 | C | 11 | 0 | 3D | 102 | 9 | 23 |
| Octal | 127 | 122 | 143 | 14 | 21 | 0 | 75 | 402 | 11 | 43 |
| Binary | 1010111 | 1010010 | 1100011 | 1100 | 10001 | 0 | 111101 | 100000010 | 1001 | 100011 |
Color Harmonies of #575263
Complementary color
Monochromatic Colors of #575263
Black with #575263
Text Example
Text Example
White with #575263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575263; }
p { color: rgb(87,82,99); }
H1.HeaderClassName
{
color: #575263;
}
.AnyTagClassName
{
color: #575263;
}
</style>
background-color css
<style>
a { background-color: #575263; }
a { background-color: rgb(87,82,99); }
div.DivClassName
{
background-color: #575263;
}
.BgClassName
{
background-color: #575263;
}
</style>
border-color css
<style>
span { border-color: #575263; }
span { border-color: rgb(87,82,99); }
td.TdClassName
{
border-color: #575263;
}
.TagClassName
{
border-color: #575263;
}
</style>