Shades of Mulled Wine #57525B
Tints of Mulled Wine #57525B
RGB
CMYK
RGB Variations
Color information
#57525B (or 0x57525B) is known color: Mulled Wine. HEX triplet: 57, 52 and 5B. RGB value is (87,82,91). Sum of RGB (Red+Green+Blue) = 87+82+91=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 91 - color contains mainly: blue. Hex color #57525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525B is #A8ADA4. Grayscale: #545454. Windows color (decimal): -11054501 or 5984855. OLE color: 5984855.
HSL color Cylindrical-coordinate representation of color #57525B: hue angle of 273.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57525B is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 82 | 91 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.64 |
| HSL | 273.33º | 0.05% | 0.34% | - |
| HSV(B) | 273.33º | 0.1% | 0.36% | - |
| XYZ | 8.84 | 8.82 | 11.13 | - |
| YUV | 84.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 91 | 0.04 | 0.10 | 0 | 0.64 | 273.33 | 0.05 | 0.34 |
| Hex | 57 | 52 | 5B | 4 | A | 0 | 40 | 111 | 5 | 22 |
| Octal | 127 | 122 | 133 | 4 | 12 | 0 | 100 | 421 | 5 | 42 |
| Binary | 1010111 | 1010010 | 1011011 | 100 | 1010 | 0 | 1000000 | 100010001 | 101 | 100010 |
Color Harmonies of #57525B
Complementary color
Monochromatic Colors of #57525B
Black with #57525B
Text Example
Text Example
White with #57525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57525B; }
p { color: rgb(87,82,91); }
H1.HeaderClassName
{
color: #57525B;
}
.AnyTagClassName
{
color: #57525B;
}
</style>
background-color css
<style>
a { background-color: #57525B; }
a { background-color: rgb(87,82,91); }
div.DivClassName
{
background-color: #57525B;
}
.BgClassName
{
background-color: #57525B;
}
</style>
border-color css
<style>
span { border-color: #57525B; }
span { border-color: rgb(87,82,91); }
td.TdClassName
{
border-color: #57525B;
}
.TagClassName
{
border-color: #57525B;
}
</style>