#894C4D

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

Shades of Solid Pink #894C4D

Tints of Solid Pink #894C4D

Color information

#894C4D (or 0x894C4D) is unknown color: approx Solid Pink. HEX triplet: 89, 4C and 4D. RGB value is (137,76,77). Sum of RGB (Red+Green+Blue) = 137+76+77=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #894C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C4D is #76B3B2. Grayscale: #5E5E5E. Windows color (decimal): -7779251 or 5065865. OLE color: 5065865.

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

Color convert

RGB1377677-
CMYK00.450.440.46
HSL359.02º28.64%41.76%-
HSV(B)359.02º44.53%53.73%-
XYZ14.2411.028.4-
YUV94.35118.21158.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=47.24%
G=26.21%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137767700.450.440.46359.0228.6441.76
Hex894C4D02D2C2E1671d2a
Octal21111411505554565473552
Binary1000100110011001001101010110110110010111010110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,76,77); }

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

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

 a { background-color: rgb(137,76,77); }

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

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

 span { border-color: rgb(137,76,77); }

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