#84628A

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

Shades of Trendy Pink #84628A

Tints of Trendy Pink #84628A

Color information

#84628A (or 0x84628A) is unknown color: approx Trendy Pink. HEX triplet: 84, 62 and 8A. RGB value is (132,98,138). Sum of RGB (Red+Green+Blue) = 132+98+138=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #84628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84628A is #7B9D75. Grayscale: #707070. Windows color (decimal): -8101238 or 9069188. OLE color: 9069188.

HSL color Cylindrical-coordinate representation of color #84628A: hue angle of 291º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84628A is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13298138-
CMYK0.040.2900.46
HSL291º16.95%46.27%-
HSV(B)291º28.99%54.12%-
XYZ18.4715.4826.06-
YUV112.73142.26141.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=35.87%
G=26.63%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132981380.040.2900.4629116.9546.27
Hex84628A41D02E123112e
Octal2041422124350564432156
Binary1000010011000101000101010011101010111010010001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84628A; }

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

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

<style>
 a { background-color: #84628A; }

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

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

<style>
 span { border-color: #84628A; }

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

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