#84537D

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

Shades of Trendy Pink #84537D

Tints of Trendy Pink #84537D

Color information

#84537D (or 0x84537D) is unknown color: approx Trendy Pink. HEX triplet: 84, 53 and 7D. RGB value is (132,83,125). Sum of RGB (Red+Green+Blue) = 132+83+125=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84537D is #7BAC82. Grayscale: #666666. Windows color (decimal): -8105091 or 8213380. OLE color: 8213380.

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

Color convert

RGB13283125-
CMYK00.370.050.48
HSL308.57º22.79%42.16%-
HSV(B)308.57º37.12%51.76%-
XYZ16.3112.5720.97-
YUV102.44140.73149.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=38.82%
G=24.41%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328312500.370.050.48308.5722.7942.16
Hex84537D025530135172a
Octal2041231750455604652752
Binary1000010010100111111101010010110111000010011010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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