#89444A

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

Shades of Solid Pink #89444A

Tints of Solid Pink #89444A

Color information

#89444A (or 0x89444A) is unknown color: approx Solid Pink. HEX triplet: 89, 44 and 4A. RGB value is (137,68,74). Sum of RGB (Red+Green+Blue) = 137+68+74=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89444A is #76BBB5. Grayscale: #595959. Windows color (decimal): -7781302 or 4867209. OLE color: 4867209.

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

Color convert

RGB1376874-
CMYK00.500.460.46
HSL354.78º33.66%40.2%-
HSV(B)354.78º50.36%53.73%-
XYZ13.629.957.68-
YUV89.32119.36162.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=49.10%
G=24.37%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137687400.500.460.46354.7833.6640.2
Hex89444A0322E2E1632228
Octal21110411206256565434250
Binary10001001100010010010100110010101110101110101100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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