#884576

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

Shades of Trendy Pink #884576

Tints of Trendy Pink #884576

Color information

#884576 (or 0x884576) is unknown color: approx Trendy Pink. HEX triplet: 88, 45 and 76. RGB value is (136,69,118). Sum of RGB (Red+Green+Blue) = 136+69+118=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884576 is #77BA89. Grayscale: #5E5E5E. Windows color (decimal): -7846538 or 7751048. OLE color: 7751048.

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

Color convert

RGB13669118-
CMYK00.490.130.47
HSL316.12º32.68%40.2%-
HSV(B)316.12º49.26%53.33%-
XYZ15.5510.818.4-
YUV94.62141.2157.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=42.11%
G=21.36%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366911800.490.130.47316.1232.6840.2
Hex884576031D2F13c2128
Octal21010516606115574744150
Binary100010001000101111011001100011101101111100111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884576; }

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

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

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

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

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

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

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

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