#89738A

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

Shades of Trendy Pink #89738A

Tints of Trendy Pink #89738A

Color information

#89738A (or 0x89738A) is unknown color: approx Trendy Pink. HEX triplet: 89, 73 and 8A. RGB value is (137,115,138). Sum of RGB (Red+Green+Blue) = 137+115+138=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #89738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89738A is #768C75. Grayscale: #7C7C7C. Windows color (decimal): -7769206 or 9073545. OLE color: 9073545.

HSL color Cylindrical-coordinate representation of color #89738A: hue angle of 297.39º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89738A is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB137115138-
CMYK0.010.1700.46
HSL297.39º9.09%49.61%-
HSV(B)297.39º16.67%54.12%-
XYZ21.0319.4126.68-
YUV124.2135.79137.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=35.13%
G=29.49%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371151380.010.1700.46297.399.0949.61
Hex89738A11102E129932
Octal2111632121210564511162
Binary1000100111100111000101011000101011101001010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,115,138); }

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

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

 a { background-color: rgb(137,115,138); }

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

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

 span { border-color: rgb(137,115,138); }

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