#84637F

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

Shades of Trendy Pink #84637F

Tints of Trendy Pink #84637F

Color information

#84637F (or 0x84637F) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 7F. RGB value is (132,99,127). Sum of RGB (Red+Green+Blue) = 132+99+127=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84637F is #7B9C80. Grayscale: #6F6F6F. Windows color (decimal): -8100993 or 8348548. OLE color: 8348548.

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

Color convert

RGB13299127-
CMYK00.250.040.48
HSL309.09º14.29%45.29%-
HSV(B)309.09º25%51.76%-
XYZ17.8115.3622.11-
YUV112.06136.43142.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 127 (50% from 255) = 35.47%
R=36.87%
G=27.65%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329912700.250.040.48309.0914.2945.29
Hex84637F019430135e2d
Octal2041431770314604651655
Binary10000100110001111111110110011001100001001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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