#84527D

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

Shades of Trendy Pink #84527D

Tints of Trendy Pink #84527D

Color information

#84527D (or 0x84527D) is unknown color: approx Trendy Pink. HEX triplet: 84, 52 and 7D. RGB value is (132,82,125). Sum of RGB (Red+Green+Blue) = 132+82+125=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84527D is #7BAD82. Grayscale: #656565. Windows color (decimal): -8105347 or 8213124. OLE color: 8213124.

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

Color convert

RGB13282125-
CMYK00.380.050.48
HSL308.4º23.36%41.96%-
HSV(B)308.4º37.88%51.76%-
XYZ16.2312.4220.94-
YUV101.85141.06149.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=38.94%
G=24.19%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328212500.380.050.48308.423.3641.96
Hex84527D026530134172a
Octal2041221750465604642752
Binary1000010010100101111101010011010111000010011010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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