#89424C

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

Shades of Solid Pink #89424C

Tints of Solid Pink #89424C

Color information

#89424C (or 0x89424C) is unknown color: approx Solid Pink. HEX triplet: 89, 42 and 4C. RGB value is (137,66,76). Sum of RGB (Red+Green+Blue) = 137+66+76=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89424C is #76BDB3. Grayscale: #585858. Windows color (decimal): -7781812 or 4997769. OLE color: 4997769.

HSL color Cylindrical-coordinate representation of color #89424C: hue angle of 351.55º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89424C is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1376676-
CMYK00.520.450.46
HSL351.55º34.98%39.8%-
HSV(B)351.55º51.82%53.73%-
XYZ13.579.748-
YUV88.37121.02162.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=49.10%
G=23.66%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137667600.520.450.46351.5534.9839.8
Hex89424C0342D2E1602328
Octal21110211406455565404350
Binary10001001100001010011000110100101101101110101100000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89424C; }

 p { color: rgb(137,66,76); }

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

<style>
 a { background-color: #89424C; }

 a { background-color: rgb(137,66,76); }

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

<style>
 span { border-color: #89424C; }

 span { border-color: rgb(137,66,76); }

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