#84537F

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

Shades of Trendy Pink #84537F

Tints of Trendy Pink #84537F

Color information

#84537F (or 0x84537F) is unknown color: approx Trendy Pink. HEX triplet: 84, 53 and 7F. RGB value is (132,83,127). Sum of RGB (Red+Green+Blue) = 132+83+127=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84537F is #7BAC80. Grayscale: #666666. Windows color (decimal): -8105089 or 8344452. OLE color: 8344452.

HSL color Cylindrical-coordinate representation of color #84537F: hue angle of 306.12º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84537F is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13283127-
CMYK00.370.040.48
HSL306.12º22.79%42.16%-
HSV(B)306.12º37.12%51.76%-
XYZ16.4412.6221.65-
YUV102.67141.73148.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 127 (50% from 255) = 37.13%
R=38.60%
G=24.27%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328312700.370.040.48306.1222.7942.16
Hex84537F025430132172a
Octal2041231770454604622752
Binary1000010010100111111111010010110011000010011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84537F; }

 p { color: rgb(132,83,127); }

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

<style>
 a { background-color: #84537F; }

 a { background-color: rgb(132,83,127); }

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

<style>
 span { border-color: #84537F; }

 span { border-color: rgb(132,83,127); }

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