#84617F

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

Shades of Trendy Pink #84617F

Tints of Trendy Pink #84617F

Color information

#84617F (or 0x84617F) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 7F. RGB value is (132,97,127). Sum of RGB (Red+Green+Blue) = 132+97+127=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617F is #7B9E80. Grayscale: #6E6E6E. Windows color (decimal): -8101505 or 8348036. OLE color: 8348036.

HSL color Cylindrical-coordinate representation of color #84617F: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84617F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13297127-
CMYK00.270.040.48
HSL308.57º15.28%44.9%-
HSV(B)308.57º26.52%51.76%-
XYZ17.6214.9922.04-
YUV110.88137.1143.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 127 (50% from 255) = 35.67%
R=37.08%
G=27.25%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329712700.270.040.48308.5715.2844.9
Hex84617F01B430135f2d
Octal2041411770334604651755
Binary10000100110000111111110110111001100001001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84617F; }

 p { color: rgb(132,97,127); }

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

<style>
 a { background-color: #84617F; }

 a { background-color: rgb(132,97,127); }

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

<style>
 span { border-color: #84617F; }

 span { border-color: rgb(132,97,127); }

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