#89494F

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

Shades of Solid Pink #89494F

Tints of Solid Pink #89494F

Color information

#89494F (or 0x89494F) is unknown color: approx Solid Pink. HEX triplet: 89, 49 and 4F. RGB value is (137,73,79). Sum of RGB (Red+Green+Blue) = 137+73+79=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #89494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89494F is #76B6B0. Grayscale: #5C5C5C. Windows color (decimal): -7780017 or 5196169. OLE color: 5196169.

HSL color Cylindrical-coordinate representation of color #89494F: hue angle of 354.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89494F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1377379-
CMYK00.470.420.46
HSL354.38º30.48%41.18%-
HSV(B)354.38º46.72%53.73%-
XYZ14.1110.658.71-
YUV92.82120.2159.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=47.40%
G=25.26%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137737900.470.420.46354.3830.4841.18
Hex89494F02F2A2E1621e29
Octal21111111705752565423651
Binary1000100110010011001111010111110101010111010110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89494F; }

 p { color: rgb(137,73,79); }

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

<style>
 a { background-color: #89494F; }

 a { background-color: rgb(137,73,79); }

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

<style>
 span { border-color: #89494F; }

 span { border-color: rgb(137,73,79); }

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