#894E54

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

Shades of Solid Pink #894E54

Tints of Solid Pink #894E54

Color information

#894E54 (or 0x894E54) is unknown color: approx Solid Pink. HEX triplet: 89, 4E and 54. RGB value is (137,78,84). Sum of RGB (Red+Green+Blue) = 137+78+84=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #894E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E54 is #76B1AB. Grayscale: #606060. Windows color (decimal): -7778732 or 5525129. OLE color: 5525129.

HSL color Cylindrical-coordinate representation of color #894E54: hue angle of 353.9º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #894E54 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1377884-
CMYK00.430.390.46
HSL353.9º27.44%42.16%-
HSV(B)353.9º43.07%53.73%-
XYZ14.6411.419.82-
YUV96.32121.05157.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=45.82%
G=26.09%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137788400.430.390.46353.927.4442.16
Hex894E5402B272E1621b2a
Octal21111612405347565423352
Binary1000100110011101010100010101110011110111010110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E54; }

 p { color: rgb(137,78,84); }

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

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

 a { background-color: rgb(137,78,84); }

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

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

 span { border-color: rgb(137,78,84); }

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