#894E53

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

Shades of Solid Pink #894E53

Tints of Solid Pink #894E53

Color information

#894E53 (or 0x894E53) is unknown color: approx Solid Pink. HEX triplet: 89, 4E and 53. RGB value is (137,78,83). Sum of RGB (Red+Green+Blue) = 137+78+83=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E53 is #76B1AC. Grayscale: #606060. Windows color (decimal): -7778733 or 5459593. OLE color: 5459593.

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

Color convert

RGB1377883-
CMYK00.430.390.46
HSL354.92º27.44%42.16%-
HSV(B)354.92º43.07%53.73%-
XYZ14.611.399.61-
YUV96.21120.55157.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=45.97%
G=26.17%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137788300.430.390.46354.9227.4442.16
Hex894E5302B272E1631b2a
Octal21111612305347565433352
Binary1000100110011101010011010101110011110111010110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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