#895079

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

Shades of Trendy Pink #895079

Tints of Trendy Pink #895079

Color information

#895079 (or 0x895079) is unknown color: approx Trendy Pink. HEX triplet: 89, 50 and 79. RGB value is (137,80,121). Sum of RGB (Red+Green+Blue) = 137+80+121=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895079 is #76AF86. Grayscale: #656565. Windows color (decimal): -7778183 or 7950473. OLE color: 7950473.

HSL color Cylindrical-coordinate representation of color #895079: hue angle of 316.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895079 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13780121-
CMYK00.420.120.46
HSL316.84º26.27%42.55%-
HSV(B)316.84º41.61%53.73%-
XYZ16.6412.4419.61-
YUV101.72138.88153.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=40.53%
G=23.67%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378012100.420.120.46316.8426.2742.55
Hex89507902AC2E13d1a2b
Octal21112017105214564753253
Binary10001001101000011110010101010110010111010011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895079; }

 p { color: rgb(137,80,121); }

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

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

 a { background-color: rgb(137,80,121); }

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

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

 span { border-color: rgb(137,80,121); }

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