#84617D

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

Shades of Trendy Pink #84617D

Tints of Trendy Pink #84617D

Color information

#84617D (or 0x84617D) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 7D. RGB value is (132,97,125). Sum of RGB (Red+Green+Blue) = 132+97+125=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617D is #7B9E82. Grayscale: #6E6E6E. Windows color (decimal): -8101507 or 8216964. OLE color: 8216964.

HSL color Cylindrical-coordinate representation of color #84617D: hue angle of 312º 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 #84617D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13297125-
CMYK00.270.050.48
HSL312º15.28%44.9%-
HSV(B)312º26.52%51.76%-
XYZ17.4914.9421.36-
YUV110.66136.1143.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=37.29%
G=27.40%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329712500.270.050.4831215.2844.9
Hex84617D01B530138f2d
Octal2041411750335604701755
Binary10000100110000111111010110111011100001001110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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