#894C50

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

Shades of Solid Pink #894C50

Tints of Solid Pink #894C50

Color information

#894C50 (or 0x894C50) is unknown color: approx Solid Pink. HEX triplet: 89, 4C and 50. RGB value is (137,76,80). Sum of RGB (Red+Green+Blue) = 137+76+80=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C50 is #76B3AF. Grayscale: #5E5E5E. Windows color (decimal): -7779248 or 5262473. OLE color: 5262473.

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

Color convert

RGB1377680-
CMYK00.450.420.46
HSL356.07º28.64%41.76%-
HSV(B)356.07º44.53%53.73%-
XYZ14.3511.078.97-
YUV94.7119.71158.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=46.76%
G=25.94%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137768000.450.420.46356.0728.6441.76
Hex894C5002D2A2E1641d2a
Octal21111412005552565443552
Binary1000100110011001010000010110110101010111010110010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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