#894553

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

Shades of Solid Pink #894553

Tints of Solid Pink #894553

Color information

#894553 (or 0x894553) is unknown color: approx Solid Pink. HEX triplet: 89, 45 and 53. RGB value is (137,69,83). Sum of RGB (Red+Green+Blue) = 137+69+83=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #894553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894553 is #76BAAC. Grayscale: #5A5A5A. Windows color (decimal): -7781037 or 5457289. OLE color: 5457289.

HSL color Cylindrical-coordinate representation of color #894553: hue angle of 347.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894553 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1376983-
CMYK00.500.390.46
HSL347.65º33.01%40.39%-
HSV(B)347.65º49.64%53.73%-
XYZ14.0110.29.41-
YUV90.93123.53160.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=47.40%
G=23.88%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137698300.500.390.46347.6533.0140.39
Hex894553032272E15c2128
Octal21110512306247565344150
Binary10001001100010110100110110010100111101110101011100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894553; }

 p { color: rgb(137,69,83); }

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

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

 a { background-color: rgb(137,69,83); }

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

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

 span { border-color: rgb(137,69,83); }

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