#89565B

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

Shades of Solid Pink #89565B

Tints of Solid Pink #89565B

Color information

#89565B (or 0x89565B) is unknown color: approx Solid Pink. HEX triplet: 89, 56 and 5B. RGB value is (137,86,91). Sum of RGB (Red+Green+Blue) = 137+86+91=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89565B is #76A9A4. Grayscale: #656565. Windows color (decimal): -7776677 or 5985929. OLE color: 5985929.

HSL color Cylindrical-coordinate representation of color #89565B: hue angle of 354.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89565B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1378691-
CMYK00.370.340.46
HSL354.12º22.87%43.73%-
HSV(B)354.12º37.23%53.73%-
XYZ15.5312.7311.54-
YUV101.82121.9153.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=43.63%
G=27.39%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137869100.370.340.46354.1222.8743.73
Hex89565B025222E162172c
Octal21112613304542565422754
Binary1000100110101101011011010010110001010111010110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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