#89597F

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

Shades of Trendy Pink #89597F

Tints of Trendy Pink #89597F

Color information

#89597F (or 0x89597F) is unknown color: approx Trendy Pink. HEX triplet: 89, 59 and 7F. RGB value is (137,89,127). Sum of RGB (Red+Green+Blue) = 137+89+127=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89597F is #76A680. Grayscale: #6B6B6B. Windows color (decimal): -7775873 or 8345993. OLE color: 8345993.

HSL color Cylindrical-coordinate representation of color #89597F: hue angle of 312.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89597F is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13789127-
CMYK00.350.070.46
HSL312.5º21.24%44.31%-
HSV(B)312.5º35.04%53.73%-
XYZ17.721421.85-
YUV107.68138.9148.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 127 (50% from 255) = 35.98%
R=38.81%
G=25.21%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378912700.350.070.46312.521.2444.31
Hex89597F02372E138152c
Octal2111311770437564702554
Binary1000100110110011111111010001111110111010011100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89597F; }

 p { color: rgb(137,89,127); }

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

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

 a { background-color: rgb(137,89,127); }

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

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

 span { border-color: rgb(137,89,127); }

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