#894755

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

Shades of Solid Pink #894755

Tints of Solid Pink #894755

Color information

#894755 (or 0x894755) is unknown color: approx Solid Pink. HEX triplet: 89, 47 and 55. RGB value is (137,71,85). Sum of RGB (Red+Green+Blue) = 137+71+85=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #894755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894755 is #76B8AA. Grayscale: #5C5C5C. Windows color (decimal): -7780523 or 5588873. OLE color: 5588873.

HSL color Cylindrical-coordinate representation of color #894755: hue angle of 347.27º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #894755 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB1377185-
CMYK00.480.380.46
HSL347.27º31.73%40.78%-
HSV(B)347.27º48.18%53.73%-
XYZ14.2110.489.87-
YUV92.33123.87159.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=46.76%
G=24.23%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137718500.480.380.46347.2731.7340.78
Hex894755030262E15b2029
Octal21110712506046565334051
Binary10001001100011110101010110000100110101110101011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894755; }

 p { color: rgb(137,71,85); }

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

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

 a { background-color: rgb(137,71,85); }

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

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

 span { border-color: rgb(137,71,85); }

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