Shades of Trendy Pink #84597B
Tints of Trendy Pink #84597B
RGB
CMYK
RGB Variations
Color information
#84597B (or 0x84597B) is known color: Trendy Pink. HEX triplet: 84, 59 and 7B. RGB value is (132,89,123). Sum of RGB (Red+Green+Blue) = 132+89+123=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84597B is #7BA684. Grayscale: #696969. Windows color (decimal): -8103557 or 8083844. OLE color: 8083844.
HSL color Cylindrical-coordinate representation of color #84597B: hue angle of 312.56º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84597B is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 123 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.48 |
| HSL | 312.56º | 0.19% | 0.43% | - |
| HSV(B) | 312.56º | 0.33% | 0.52% | - |
| XYZ | 16.66 | 13.48 | 20.46 | - |
| YUV | 105.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 123 | 0 | 0.33 | 0.07 | 0.48 | 312.56 | 0.19 | 0.43 |
| Hex | 84 | 59 | 7B | 0 | 21 | 7 | 30 | 139 | 13 | 2B |
| Octal | 204 | 131 | 173 | 0 | 41 | 7 | 60 | 471 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1111011 | 0 | 100001 | 111 | 110000 | 100111001 | 10011 | 101011 |
Color Harmonies of #84597B
Complementary color
Monochromatic Colors of #84597B
Black with #84597B
Text Example
Text Example
White with #84597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84597B; }
p { color: rgb(132,89,123); }
H1.HeaderClassName
{
color: #84597B;
}
.AnyTagClassName
{
color: #84597B;
}
</style>
background-color css
<style>
a { background-color: #84597B; }
a { background-color: rgb(132,89,123); }
div.DivClassName
{
background-color: #84597B;
}
.BgClassName
{
background-color: #84597B;
}
</style>
border-color css
<style>
span { border-color: #84597B; }
span { border-color: rgb(132,89,123); }
td.TdClassName
{
border-color: #84597B;
}
.TagClassName
{
border-color: #84597B;
}
</style>