#84627E

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

Shades of Trendy Pink #84627E

Tints of Trendy Pink #84627E

Color information

#84627E (or 0x84627E) is unknown color: approx Trendy Pink. HEX triplet: 84, 62 and 7E. RGB value is (132,98,126). Sum of RGB (Red+Green+Blue) = 132+98+126=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84627E is #7B9D81. Grayscale: #6F6F6F. Windows color (decimal): -8101250 or 8282756. OLE color: 8282756.

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

Color convert

RGB13298126-
CMYK00.260.050.48
HSL310.59º14.78%45.1%-
HSV(B)310.59º25.76%51.76%-
XYZ17.6515.1521.73-
YUV111.36136.26142.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=37.08%
G=27.53%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329812600.260.050.48310.5914.7845.1
Hex84627E01A530137f2d
Octal2041421760325604671755
Binary10000100110001011111100110101011100001001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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