Shades of Trendy Pink #84527E
Tints of Trendy Pink #84527E
RGB
CMYK
RGB Variations
Color information
#84527E (or 0x84527E) is known color: Trendy Pink. HEX triplet: 84, 52 and 7E. RGB value is (132,82,126). Sum of RGB (Red+Green+Blue) = 132+82+126=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84527E is #7BAD81. Grayscale: #656565. Windows color (decimal): -8105346 or 8278660. OLE color: 8278660.
HSL color Cylindrical-coordinate representation of color #84527E: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84527E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 126 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.48 |
| HSL | 307.2º | 0.23% | 0.42% | - |
| HSV(B) | 307.2º | 0.38% | 0.52% | - |
| XYZ | 16.3 | 12.45 | 21.28 | - |
| YUV | 101.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 126 | 0 | 0.38 | 0.05 | 0.48 | 307.2 | 0.23 | 0.42 |
| Hex | 84 | 52 | 7E | 0 | 26 | 5 | 30 | 133 | 17 | 2A |
| Octal | 204 | 122 | 176 | 0 | 46 | 5 | 60 | 463 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1111110 | 0 | 100110 | 101 | 110000 | 100110011 | 10111 | 101010 |
Color Harmonies of #84527E
Complementary color
Monochromatic Colors of #84527E
Black with #84527E
Text Example
Text Example
White with #84527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84527E; }
p { color: rgb(132,82,126); }
H1.HeaderClassName
{
color: #84527E;
}
.AnyTagClassName
{
color: #84527E;
}
</style>
background-color css
<style>
a { background-color: #84527E; }
a { background-color: rgb(132,82,126); }
div.DivClassName
{
background-color: #84527E;
}
.BgClassName
{
background-color: #84527E;
}
</style>
border-color css
<style>
span { border-color: #84527E; }
span { border-color: rgb(132,82,126); }
td.TdClassName
{
border-color: #84527E;
}
.TagClassName
{
border-color: #84527E;
}
</style>