#884379

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

Shades of Trendy Pink #884379

Tints of Trendy Pink #884379

Color information

#884379 (or 0x884379) is unknown color: approx Trendy Pink. HEX triplet: 88, 43 and 79. RGB value is (136,67,121). Sum of RGB (Red+Green+Blue) = 136+67+121=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884379 is #77BC86. Grayscale: #5D5D5D. Windows color (decimal): -7847047 or 7947144. OLE color: 7947144.

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

Color convert

RGB13667121-
CMYK00.510.110.47
HSL313.04º33.99%39.8%-
HSV(B)313.04º50.74%53.33%-
XYZ15.6110.6319.32-
YUV93.79143.36158.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=41.98%
G=20.68%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366712100.510.110.47313.0433.9939.8
Hex884379033B2F1392228
Octal21010317106313574714250
Binary100010001000011111100101100111011101111100111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884379; }

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

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

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

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

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

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

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

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