#894049

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

Shades of Solid Pink #894049

Tints of Solid Pink #894049

Color information

#894049 (or 0x894049) is unknown color: approx Solid Pink. HEX triplet: 89, 40 and 49. RGB value is (137,64,73). Sum of RGB (Red+Green+Blue) = 137+64+73=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894049 is #76BFB6. Grayscale: #565656. Windows color (decimal): -7782327 or 4800649. OLE color: 4800649.

HSL color Cylindrical-coordinate representation of color #894049: hue angle of 352.6º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894049 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1376473-
CMYK00.530.470.46
HSL352.6º36.32%39.41%-
HSV(B)352.6º53.28%53.73%-
XYZ13.359.477.43-
YUV86.85120.18163.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=50%
G=23.36%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137647300.530.470.46352.636.3239.41
Hex8940490352F2E1612427
Octal21110011106557565414447
Binary10001001100000010010010110101101111101110101100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894049; }

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

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

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

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

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

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

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

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