#84567A

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

Shades of Trendy Pink #84567A

Tints of Trendy Pink #84567A

Color information

#84567A (or 0x84567A) is unknown color: approx Trendy Pink. HEX triplet: 84, 56 and 7A. RGB value is (132,86,122). Sum of RGB (Red+Green+Blue) = 132+86+122=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84567A is #7BA985. Grayscale: #676767. Windows color (decimal): -8104326 or 8017540. OLE color: 8017540.

HSL color Cylindrical-coordinate representation of color #84567A: hue angle of 313.04º 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 #84567A is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13286122-
CMYK00.350.080.48
HSL313.04º21.1%42.75%-
HSV(B)313.04º34.85%51.76%-
XYZ16.3612.9720.05-
YUV103.86138.24148.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=38.82%
G=25.29%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328612200.350.080.48313.0421.142.75
Hex84567A023830139152b
Octal20412617204310604712553
Binary10000100101011011110100100011100011000010011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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