#894149

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

Shades of Solid Pink #894149

Tints of Solid Pink #894149

Color information

#894149 (or 0x894149) is unknown color: approx Solid Pink. HEX triplet: 89, 41 and 49. RGB value is (137,65,73). Sum of RGB (Red+Green+Blue) = 137+65+73=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #894149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894149 is #76BEB6. Grayscale: #575757. Windows color (decimal): -7782071 or 4800905. OLE color: 4800905.

HSL color Cylindrical-coordinate representation of color #894149: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894149 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1376573-
CMYK00.530.470.46
HSL353.33º35.64%39.61%-
HSV(B)353.33º52.55%53.73%-
XYZ13.419.587.45-
YUV87.44119.85163.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=49.82%
G=23.64%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137657300.530.470.46353.3335.6439.61
Hex8941490352F2E1612428
Octal21110111106557565414450
Binary10001001100000110010010110101101111101110101100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894149; }

 p { color: rgb(137,65,73); }

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

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

 a { background-color: rgb(137,65,73); }

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

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

 span { border-color: rgb(137,65,73); }

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