#84607E

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

Shades of Trendy Pink #84607E

Tints of Trendy Pink #84607E

Color information

#84607E (or 0x84607E) is unknown color: approx Trendy Pink. HEX triplet: 84, 60 and 7E. RGB value is (132,96,126). Sum of RGB (Red+Green+Blue) = 132+96+126=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607E is #7B9F81. Grayscale: #6E6E6E. Windows color (decimal): -8101762 or 8282244. OLE color: 8282244.

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

Color convert

RGB13296126-
CMYK00.270.050.48
HSL310º15.79%44.71%-
HSV(B)310º27.27%51.76%-
XYZ17.4614.7821.67-
YUV110.18136.93143.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=37.29%
G=27.12%
B=35.59%

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
Decimal1329612600.270.050.4831015.7944.71
Hex84607E01B530136102d
Octal2041401760335604662055
Binary100001001100000111111001101110111000010011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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