Html Css Color HEX #84597C Trendy Pink

📋 copy color: '#84597C'

red 132 ◦ green 89 ◦ blue 124

#84597C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #84597C

Tints of Trendy Pink #84597C

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 38.26%
G = 25.8%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#84597C (or 0x84597C) is known color: Trendy Pink. HEX triplet: 84, 59 and 7C. RGB value is (132,89,124). Sum of RGB (Red+Green+Blue) = 132+89+124=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84597C is #7BA683. Grayscale: #696969. Windows color (decimal): -8103556 or 8149380. OLE color: 8149380.

HSL color Cylindrical-coordinate representation of color #84597C: hue angle of 311.16º 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 #84597C is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 124 -
CMYK 0 0.33 0.06 0.48
HSL 311.16º 0.19% 0.43% -
HSV(B) 311.16º 0.33% 0.52% -
XYZ 16.73 13.51 20.79 -
YUV 105.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 132 89 124 0 0.33 0.06 0.48 311.16 0.19 0.43
Hex 84 59 7C 0 21 6 30 137 13 2B
Octal 204 131 174 0 41 6 60 467 23 53
Binary 10000100 1011001 1111100 0 100001 110 110000 100110111 10011 101011

Color Harmonies of #84597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84597C

Black with #84597C

Text Example


Text Example

White with #84597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84597C; }

 p { color: rgb(132,89,124); }

 H1.HeaderClassName
 {
   color: #84597C;
 }
 .AnyTagClassName
 {
   color: #84597C;
 }
</style>

background-color css

<style>
 a { background-color: #84597C; }

 a { background-color: rgb(132,89,124); }

 div.DivClassName
 {
   background-color: #84597C;
 }
 .BgClassName
 {
   background-color: #84597C;
 }
</style>

border-color css

<style>
 span { border-color: #84597C; }

 span { border-color: rgb(132,89,124); }

 td.TdClassName
 {
   border-color: #84597C;
 }
 .TagClassName
 {
   border-color: #84597C;
 }
</style>