#894A4E

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

Shades of Solid Pink #894A4E

Tints of Solid Pink #894A4E

Color information

#894A4E (or 0x894A4E) is unknown color: approx Solid Pink. HEX triplet: 89, 4A and 4E. RGB value is (137,74,78). Sum of RGB (Red+Green+Blue) = 137+74+78=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A4E is #76B5B1. Grayscale: #5D5D5D. Windows color (decimal): -7779762 or 5130889. OLE color: 5130889.

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

Color convert

RGB1377478-
CMYK00.460.430.46
HSL356.19º29.86%41.37%-
HSV(B)356.19º45.99%53.73%-
XYZ14.1410.778.54-
YUV93.29119.37159.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=47.40%
G=25.61%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137747800.460.430.46356.1929.8641.37
Hex894A4E02E2B2E1641e29
Octal21111211605653565443651
Binary1000100110010101001110010111010101110111010110010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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