Shades of Trendy Pink #84597F
Tints of Trendy Pink #84597F
RGB
CMYK
RGB Variations
Color information
#84597F (or 0x84597F) is known color: Trendy Pink. HEX triplet: 84, 59 and 7F. RGB value is (132,89,127). Sum of RGB (Red+Green+Blue) = 132+89+127=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #84597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84597F is #7BA680. Grayscale: #6A6A6A. Windows color (decimal): -8103553 or 8345988. OLE color: 8345988.
HSL color Cylindrical-coordinate representation of color #84597F: hue angle of 306.98º 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 #84597F is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 127 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.48 |
| HSL | 306.98º | 0.19% | 0.43% | - |
| HSV(B) | 306.98º | 0.33% | 0.52% | - |
| XYZ | 16.92 | 13.58 | 21.81 | - |
| YUV | 106.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 127 | 0 | 0.33 | 0.04 | 0.48 | 306.98 | 0.19 | 0.43 |
| Hex | 84 | 59 | 7F | 0 | 21 | 4 | 30 | 133 | 13 | 2B |
| Octal | 204 | 131 | 177 | 0 | 41 | 4 | 60 | 463 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1111111 | 0 | 100001 | 100 | 110000 | 100110011 | 10011 | 101011 |
Color Harmonies of #84597F
Complementary color
Monochromatic Colors of #84597F
Black with #84597F
Text Example
Text Example
White with #84597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84597F; }
p { color: rgb(132,89,127); }
H1.HeaderClassName
{
color: #84597F;
}
.AnyTagClassName
{
color: #84597F;
}
</style>
background-color css
<style>
a { background-color: #84597F; }
a { background-color: rgb(132,89,127); }
div.DivClassName
{
background-color: #84597F;
}
.BgClassName
{
background-color: #84597F;
}
</style>
border-color css
<style>
span { border-color: #84597F; }
span { border-color: rgb(132,89,127); }
td.TdClassName
{
border-color: #84597F;
}
.TagClassName
{
border-color: #84597F;
}
</style>