Shades of Mulled Wine #524B69
Tints of Mulled Wine #524B69
RGB
CMYK
RGB Variations
Color information
#524B69 (or 0x524B69) is known color: Mulled Wine. HEX triplet: 52, 4B and 69. RGB value is (82,75,105). Sum of RGB (Red+Green+Blue) = 82+75+105=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #524B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B69 is #ADB496. Grayscale: #505050. Windows color (decimal): -11383959 or 6900562. OLE color: 6900562.
HSL color Cylindrical-coordinate representation of color #524B69: hue angle of 254º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #524B69 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 75 | 105 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.59 |
| HSL | 254º | 0.17% | 0.35% | - |
| HSV(B) | 254º | 0.29% | 0.41% | - |
| XYZ | 8.55 | 7.85 | 14.43 | - |
| YUV | 80.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 105 | 0.22 | 0.29 | 0 | 0.59 | 254 | 0.17 | 0.35 |
| Hex | 52 | 4B | 69 | 16 | 1D | 0 | 3B | FE | 11 | 23 |
| Octal | 122 | 113 | 151 | 26 | 35 | 0 | 73 | 376 | 21 | 43 |
| Binary | 1010010 | 1001011 | 1101001 | 10110 | 11101 | 0 | 111011 | 11111110 | 10001 | 100011 |
Color Harmonies of #524B69
Complementary color
Monochromatic Colors of #524B69
Black with #524B69
Text Example
Text Example
White with #524B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B69; }
p { color: rgb(82,75,105); }
H1.HeaderClassName
{
color: #524B69;
}
.AnyTagClassName
{
color: #524B69;
}
</style>
background-color css
<style>
a { background-color: #524B69; }
a { background-color: rgb(82,75,105); }
div.DivClassName
{
background-color: #524B69;
}
.BgClassName
{
background-color: #524B69;
}
</style>
border-color css
<style>
span { border-color: #524B69; }
span { border-color: rgb(82,75,105); }
td.TdClassName
{
border-color: #524B69;
}
.TagClassName
{
border-color: #524B69;
}
</style>