#894449

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

Shades of Solid Pink #894449

Tints of Solid Pink #894449

Color information

#894449 (or 0x894449) is unknown color: approx Solid Pink. HEX triplet: 89, 44 and 49. RGB value is (137,68,73). Sum of RGB (Red+Green+Blue) = 137+68+73=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894449 is #76BBB6. Grayscale: #595959. Windows color (decimal): -7781303 or 4801673. OLE color: 4801673.

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

Color convert

RGB1376873-
CMYK00.500.470.46
HSL355.65º33.66%40.2%-
HSV(B)355.65º50.36%53.73%-
XYZ13.599.937.5-
YUV89.2118.86162.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=49.28%
G=24.46%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137687300.500.470.46355.6533.6640.2
Hex8944490322F2E1642228
Octal21110411106257565444250
Binary10001001100010010010010110010101111101110101100100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894449; }

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

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

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

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

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

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

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

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