#884376

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

Shades of Trendy Pink #884376

Tints of Trendy Pink #884376

Color information

#884376 (or 0x884376) is unknown color: approx Trendy Pink. HEX triplet: 88, 43 and 76. RGB value is (136,67,118). Sum of RGB (Red+Green+Blue) = 136+67+118=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #884376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884376 is #77BC89. Grayscale: #5D5D5D. Windows color (decimal): -7847050 or 7750536. OLE color: 7750536.

HSL color Cylindrical-coordinate representation of color #884376: hue angle of 315.65º 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 #884376 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13667118-
CMYK00.510.130.47
HSL315.65º33.99%39.8%-
HSV(B)315.65º50.74%53.33%-
XYZ15.4310.5618.36-
YUV93.44141.86158.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=42.37%
G=20.87%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366711800.510.130.47315.6533.9939.8
Hex884376033D2F13c2228
Octal21010316606315574744250
Binary100010001000011111011001100111101101111100111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884376; }

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

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

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

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

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

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

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

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