#89434C

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

Shades of Solid Pink #89434C

Tints of Solid Pink #89434C

Color information

#89434C (or 0x89434C) is unknown color: approx Solid Pink. HEX triplet: 89, 43 and 4C. RGB value is (137,67,76). Sum of RGB (Red+Green+Blue) = 137+67+76=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89434C is #76BCB3. Grayscale: #585858. Windows color (decimal): -7781556 or 4998025. OLE color: 4998025.

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

Color convert

RGB1376776-
CMYK00.510.450.46
HSL352.29º34.31%40%-
HSV(B)352.29º51.09%53.73%-
XYZ13.639.858.02-
YUV88.96120.69162.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=48.93%
G=23.93%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137677600.510.450.46352.2934.3140
Hex89434C0332D2E1602228
Octal21110311406355565404250
Binary10001001100001110011000110011101101101110101100000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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