#84527C

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

Shades of Trendy Pink #84527C

Tints of Trendy Pink #84527C

Color information

#84527C (or 0x84527C) is unknown color: approx Trendy Pink. HEX triplet: 84, 52 and 7C. RGB value is (132,82,124). Sum of RGB (Red+Green+Blue) = 132+82+124=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84527C is #7BAD83. Grayscale: #656565. Windows color (decimal): -8105348 or 8147588. OLE color: 8147588.

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

Color convert

RGB13282124-
CMYK00.380.060.48
HSL309.6º23.36%41.96%-
HSV(B)309.6º37.88%51.76%-
XYZ16.1712.420.61-
YUV101.74140.56149.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=39.05%
G=24.26%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328212400.380.060.48309.623.3641.96
Hex84527C026630136172a
Octal2041221740466604662752
Binary1000010010100101111100010011011011000010011011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84527C;
 }
 .AnyTagClassName
 {
   color: #84527C;
 }
</style>
background-color css

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

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

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

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

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

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