#89424A

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

Shades of Solid Pink #89424A

Tints of Solid Pink #89424A

Color information

#89424A (or 0x89424A) is unknown color: approx Solid Pink. HEX triplet: 89, 42 and 4A. RGB value is (137,66,74). Sum of RGB (Red+Green+Blue) = 137+66+74=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89424A is #76BDB5. Grayscale: #585858. Windows color (decimal): -7781814 or 4866697. OLE color: 4866697.

HSL color Cylindrical-coordinate representation of color #89424A: hue angle of 353.24º 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 #89424A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1376674-
CMYK00.520.460.46
HSL353.24º34.98%39.8%-
HSV(B)353.24º51.82%53.73%-
XYZ13.59.717.64-
YUV88.14120.02162.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=49.46%
G=23.83%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137667400.520.460.46353.2434.9839.8
Hex89424A0342E2E1612328
Octal21110211206456565414350
Binary10001001100001010010100110100101110101110101100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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