#89545A

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

Shades of Solid Pink #89545A

Tints of Solid Pink #89545A

Color information

#89545A (or 0x89545A) is unknown color: approx Solid Pink. HEX triplet: 89, 54 and 5A. RGB value is (137,84,90). Sum of RGB (Red+Green+Blue) = 137+84+90=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89545A is #76ABA5. Grayscale: #646464. Windows color (decimal): -7777190 or 5919881. OLE color: 5919881.

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

Color convert

RGB1378490-
CMYK00.390.340.46
HSL353.21º23.98%43.33%-
HSV(B)353.21º38.69%53.73%-
XYZ15.3312.411.26-
YUV100.53122.06154.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=44.05%
G=27.01%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137849000.390.340.46353.2123.9843.33
Hex89545A027222E161182b
Octal21112413204742565413053
Binary1000100110101001011010010011110001010111010110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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