#84587E

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

Shades of Trendy Pink #84587E

Tints of Trendy Pink #84587E

Color information

#84587E (or 0x84587E) is unknown color: approx Trendy Pink. HEX triplet: 84, 58 and 7E. RGB value is (132,88,126). Sum of RGB (Red+Green+Blue) = 132+88+126=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84587E is #7BA781. Grayscale: #696969. Windows color (decimal): -8103810 or 8280196. OLE color: 8280196.

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

Color convert

RGB13288126-
CMYK00.330.050.48
HSL308.18º20%43.14%-
HSV(B)308.18º33.33%51.76%-
XYZ16.7713.3921.44-
YUV105.49139.58146.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=38.15%
G=25.43%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328812600.330.050.48308.182043.14
Hex84587E021530134142b
Octal2041301760415604642453
Binary1000010010110001111110010000110111000010011010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84587E; }

 p { color: rgb(132,88,126); }

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

<style>
 a { background-color: #84587E; }

 a { background-color: rgb(132,88,126); }

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

<style>
 span { border-color: #84587E; }

 span { border-color: rgb(132,88,126); }

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