#895279

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

Shades of Trendy Pink #895279

Tints of Trendy Pink #895279

Color information

#895279 (or 0x895279) is unknown color: approx Trendy Pink. HEX triplet: 89, 52 and 79. RGB value is (137,82,121). Sum of RGB (Red+Green+Blue) = 137+82+121=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895279 is #76AD86. Grayscale: #666666. Windows color (decimal): -7777671 or 7950985. OLE color: 7950985.

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

Color convert

RGB13782121-
CMYK00.400.120.46
HSL317.45º25.11%42.94%-
HSV(B)317.45º40.15%53.73%-
XYZ16.7912.7319.66-
YUV102.89138.22152.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=40.29%
G=24.12%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378212100.400.120.46317.4525.1142.94
Hex895279028C2E13d192b
Octal21112217105014564753153
Binary10001001101001011110010101000110010111010011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895279; }

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

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

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

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

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

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

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

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