#84557D

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

Shades of Trendy Pink #84557D

Tints of Trendy Pink #84557D

Color information

#84557D (or 0x84557D) is unknown color: approx Trendy Pink. HEX triplet: 84, 55 and 7D. RGB value is (132,85,125). Sum of RGB (Red+Green+Blue) = 132+85+125=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84557D is #7BAA82. Grayscale: #676767. Windows color (decimal): -8104579 or 8213892. OLE color: 8213892.

HSL color Cylindrical-coordinate representation of color #84557D: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84557D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13285125-
CMYK00.360.050.48
HSL308.94º21.66%42.55%-
HSV(B)308.94º35.61%51.76%-
XYZ16.4712.8821.02-
YUV103.61140.07148.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=38.60%
G=24.85%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328512500.360.050.48308.9421.6642.55
Hex84557D024530135162b
Octal2041251750445604652653
Binary1000010010101011111101010010010111000010011010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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