#894A56

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

Shades of Solid Pink #894A56

Tints of Solid Pink #894A56

Color information

#894A56 (or 0x894A56) is unknown color: approx Solid Pink. HEX triplet: 89, 4A and 56. RGB value is (137,74,86). Sum of RGB (Red+Green+Blue) = 137+74+86=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #894A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A56 is #76B5A9. Grayscale: #5E5E5E. Windows color (decimal): -7779754 or 5655177. OLE color: 5655177.

HSL color Cylindrical-coordinate representation of color #894A56: hue angle of 348.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A56 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1377486-
CMYK00.460.370.46
HSL348.57º29.86%41.37%-
HSV(B)348.57º45.99%53.73%-
XYZ14.4510.8910.14-
YUV94.2123.37158.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=46.13%
G=24.92%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137748600.460.370.46348.5729.8641.37
Hex894A5602E252E15d1e29
Octal21111212605645565353651
Binary1000100110010101010110010111010010110111010101110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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