#89595B

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

Shades of Solid Pink #89595B

Tints of Solid Pink #89595B

Color information

#89595B (or 0x89595B) is unknown color: approx Solid Pink. HEX triplet: 89, 59 and 5B. RGB value is (137,89,91). Sum of RGB (Red+Green+Blue) = 137+89+91=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595B is #76A6A4. Grayscale: #676767. Windows color (decimal): -7775909 or 5986697. OLE color: 5986697.

HSL color Cylindrical-coordinate representation of color #89595B: hue angle of 357.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 #89595B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1378991-
CMYK00.350.340.46
HSL357.5º21.24%44.31%-
HSV(B)357.5º35.04%53.73%-
XYZ15.7813.2211.62-
YUV103.58120.9151.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=43.22%
G=28.08%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899100.350.340.46357.521.2444.31
Hex89595B023222E166152c
Octal21113113304342565462554
Binary1000100110110011011011010001110001010111010110011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89595B; }

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

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

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

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

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

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

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

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