#894E4F

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

Shades of Solid Pink #894E4F

Tints of Solid Pink #894E4F

Color information

#894E4F (or 0x894E4F) is unknown color: approx Solid Pink. HEX triplet: 89, 4E and 4F. RGB value is (137,78,79). Sum of RGB (Red+Green+Blue) = 137+78+79=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #894E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E4F is #76B1B0. Grayscale: #5F5F5F. Windows color (decimal): -7778737 or 5197449. OLE color: 5197449.

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

Color convert

RGB1377879-
CMYK00.430.420.46
HSL358.98º27.44%42.16%-
HSV(B)358.98º43.07%53.73%-
XYZ14.4511.338.82-
YUV95.76118.55157.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=46.60%
G=26.53%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137787900.430.420.46358.9827.4442.16
Hex894E4F02B2A2E1671b2a
Octal21111611705352565473352
Binary1000100110011101001111010101110101010111010110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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