#89555A

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

Shades of Solid Pink #89555A

Tints of Solid Pink #89555A

Color information

#89555A (or 0x89555A) is unknown color: approx Solid Pink. HEX triplet: 89, 55 and 5A. RGB value is (137,85,90). Sum of RGB (Red+Green+Blue) = 137+85+90=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89555A is #76AAA5. Grayscale: #656565. Windows color (decimal): -7776934 or 5920137. OLE color: 5920137.

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

Color convert

RGB1378590-
CMYK00.380.340.46
HSL354.23º23.42%43.53%-
HSV(B)354.23º37.96%53.73%-
XYZ15.4112.5511.28-
YUV101.12121.73153.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=43.91%
G=27.24%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137859000.380.340.46354.2323.4243.53
Hex89555A026222E162172c
Octal21112513204642565422754
Binary1000100110101011011010010011010001010111010110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,85,90); }

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

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

 a { background-color: rgb(137,85,90); }

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

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

 span { border-color: rgb(137,85,90); }

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