#89494B

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

Shades of Solid Pink #89494B

Tints of Solid Pink #89494B

Color information

#89494B (or 0x89494B) is unknown color: approx Solid Pink. HEX triplet: 89, 49 and 4B. RGB value is (137,73,75). Sum of RGB (Red+Green+Blue) = 137+73+75=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89494B is #76B6B4. Grayscale: #5C5C5C. Windows color (decimal): -7780021 or 4934025. OLE color: 4934025.

HSL color Cylindrical-coordinate representation of color #89494B: hue angle of 358.12º 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 #89494B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1377375-
CMYK00.470.450.46
HSL358.12º30.48%41.18%-
HSV(B)358.12º46.72%53.73%-
XYZ13.9710.597.96-
YUV92.36118.2159.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=48.07%
G=25.61%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137737500.470.450.46358.1230.4841.18
Hex89494B02F2D2E1661e29
Octal21111111305755565463651
Binary1000100110010011001011010111110110110111010110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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