Shades of Trendy Pink #84527A
Tints of Trendy Pink #84527A
RGB
CMYK
RGB Variations
Color information
#84527A (or 0x84527A) is known color: Trendy Pink. HEX triplet: 84, 52 and 7A. RGB value is (132,82,122). Sum of RGB (Red+Green+Blue) = 132+82+122=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84527A is #7BAD85. Grayscale: #656565. Windows color (decimal): -8105350 or 8016516. OLE color: 8016516.
HSL color Cylindrical-coordinate representation of color #84527A: hue angle of 312º 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 #84527A is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 122 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.48 |
| HSL | 312º | 0.23% | 0.42% | - |
| HSV(B) | 312º | 0.38% | 0.52% | - |
| XYZ | 16.05 | 12.35 | 19.95 | - |
| YUV | 101.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 122 | 0 | 0.38 | 0.08 | 0.48 | 312 | 0.23 | 0.42 |
| Hex | 84 | 52 | 7A | 0 | 26 | 8 | 30 | 138 | 17 | 2A |
| Octal | 204 | 122 | 172 | 0 | 46 | 10 | 60 | 470 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1111010 | 0 | 100110 | 1000 | 110000 | 100111000 | 10111 | 101010 |
Color Harmonies of #84527A
Complementary color
Monochromatic Colors of #84527A
Black with #84527A
Text Example
Text Example
White with #84527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84527A; }
p { color: rgb(132,82,122); }
H1.HeaderClassName
{
color: #84527A;
}
.AnyTagClassName
{
color: #84527A;
}
</style>
background-color css
<style>
a { background-color: #84527A; }
a { background-color: rgb(132,82,122); }
div.DivClassName
{
background-color: #84527A;
}
.BgClassName
{
background-color: #84527A;
}
</style>
border-color css
<style>
span { border-color: #84527A; }
span { border-color: rgb(132,82,122); }
td.TdClassName
{
border-color: #84527A;
}
.TagClassName
{
border-color: #84527A;
}
</style>