#895379

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

Shades of Trendy Pink #895379

Tints of Trendy Pink #895379

Color information

#895379 (or 0x895379) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 79. RGB value is (137,83,121). Sum of RGB (Red+Green+Blue) = 137+83+121=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895379 is #76AC86. Grayscale: #676767. Windows color (decimal): -7777415 or 7951241. OLE color: 7951241.

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

Color convert

RGB13783121-
CMYK00.390.120.46
HSL317.78º24.55%43.14%-
HSV(B)317.78º39.42%53.73%-
XYZ16.8612.8919.69-
YUV103.48137.89151.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=40.18%
G=24.34%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378312100.390.120.46317.7824.5543.14
Hex895379027C2E13e192b
Octal21112317104714564763153
Binary10001001101001111110010100111110010111010011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895379; }

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

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

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

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

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

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

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

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