#894E51

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

Shades of Solid Pink #894E51

Tints of Solid Pink #894E51

Color information

#894E51 (or 0x894E51) is unknown color: approx Solid Pink. HEX triplet: 89, 4E and 51. RGB value is (137,78,81). Sum of RGB (Red+Green+Blue) = 137+78+81=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #894E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E51 is #76B1AE. Grayscale: #606060. Windows color (decimal): -7778735 or 5328521. OLE color: 5328521.

HSL color Cylindrical-coordinate representation of color #894E51: hue angle of 356.95º 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 #894E51 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1377881-
CMYK00.430.410.46
HSL356.95º27.44%42.16%-
HSV(B)356.95º43.07%53.73%-
XYZ14.5311.369.21-
YUV95.98119.55157.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=46.28%
G=26.35%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137788100.430.410.46356.9527.4442.16
Hex894E5102B292E1651b2a
Octal21111612105351565453352
Binary1000100110011101010001010101110100110111010110010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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