#89595C

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

Shades of Solid Pink #89595C

Tints of Solid Pink #89595C

Color information

#89595C (or 0x89595C) is unknown color: approx Solid Pink. HEX triplet: 89, 59 and 5C. RGB value is (137,89,92). Sum of RGB (Red+Green+Blue) = 137+89+92=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595C is #76A6A3. Grayscale: #676767. Windows color (decimal): -7775908 or 6052233. OLE color: 6052233.

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

Color convert

RGB1378992-
CMYK00.350.330.46
HSL356.25º21.24%44.31%-
HSV(B)356.25º35.04%53.73%-
XYZ15.8213.2411.85-
YUV103.69121.4151.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=43.08%
G=27.99%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899200.350.330.46356.2521.2444.31
Hex89595C023212E164152c
Octal21113113404341565442554
Binary1000100110110011011100010001110000110111010110010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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