#884979

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

Shades of Trendy Pink #884979

Tints of Trendy Pink #884979

Color information

#884979 (or 0x884979) is unknown color: approx Trendy Pink. HEX triplet: 88, 49 and 79. RGB value is (136,73,121). Sum of RGB (Red+Green+Blue) = 136+73+121=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884979 is #77B686. Grayscale: #616161. Windows color (decimal): -7845511 or 7948680. OLE color: 7948680.

HSL color Cylindrical-coordinate representation of color #884979: hue angle of 314.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884979 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13673121-
CMYK00.460.110.47
HSL314.29º30.14%40.98%-
HSV(B)314.29º46.32%53.33%-
XYZ15.9911.3819.44-
YUV97.31141.37155.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=41.21%
G=22.12%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367312100.460.110.47314.2930.1440.98
Hex88497902EB2F13a1e29
Octal21011117105613574723651
Binary10001000100100111110010101110101110111110011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884979; }

 p { color: rgb(136,73,121); }

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

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

 a { background-color: rgb(136,73,121); }

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

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

 span { border-color: rgb(136,73,121); }

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