#84597f

Color #84597F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #84597F

Tints of Trendy Pink #84597F

Color information

#84597F (or 0x84597F) is unknown color: approx 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

RGB13289127-
CMYK00.330.040.48
HSL306.98º19.46%43.33%-
HSV(B)306.98º32.58%51.76%-
XYZ16.9213.5821.81-
YUV106.19139.75146.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 36.49%
R=37.93%
G=25.57%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328912700.330.040.48306.9819.4643.33
Hex84597F021430133132b
Octal2041311770414604632353
Binary1000010010110011111111010000110011000010011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84597f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>