#84567E

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

Shades of Trendy Pink #84567E

Tints of Trendy Pink #84567E

Color information

#84567E (or 0x84567E) is unknown color: approx Trendy Pink. HEX triplet: 84, 56 and 7E. RGB value is (132,86,126). Sum of RGB (Red+Green+Blue) = 132+86+126=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84567E is #7BA981. Grayscale: #686868. Windows color (decimal): -8104322 or 8279684. OLE color: 8279684.

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

Color convert

RGB13286126-
CMYK00.350.050.48
HSL307.83º21.1%42.75%-
HSV(B)307.83º34.85%51.76%-
XYZ16.6113.0721.39-
YUV104.31140.24147.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=38.37%
G=25%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328612600.350.050.48307.8321.142.75
Hex84567E023530134152b
Octal2041261760435604642553
Binary1000010010101101111110010001110111000010011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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