#89537A

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

Shades of Trendy Pink #89537A

Tints of Trendy Pink #89537A

Color information

#89537A (or 0x89537A) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 7A. RGB value is (137,83,122). Sum of RGB (Red+Green+Blue) = 137+83+122=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89537A is #76AC85. Grayscale: #676767. Windows color (decimal): -7777414 or 8016777. OLE color: 8016777.

HSL color Cylindrical-coordinate representation of color #89537A: hue angle of 316.67º 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 #89537A is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13783122-
CMYK00.390.110.46
HSL316.67º24.55%43.14%-
HSV(B)316.67º39.42%53.73%-
XYZ16.9212.9120.01-
YUV103.59138.39151.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=40.06%
G=24.27%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378312200.390.110.46316.6724.5543.14
Hex89537A027B2E13d192b
Octal21112317204713564753153
Binary10001001101001111110100100111101110111010011110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89537A; }

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

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

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

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

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

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

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

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