#894C52

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

Shades of Solid Pink #894C52

Tints of Solid Pink #894C52

Color information

#894C52 (or 0x894C52) is unknown color: approx Solid Pink. HEX triplet: 89, 4C and 52. RGB value is (137,76,82). Sum of RGB (Red+Green+Blue) = 137+76+82=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #894C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C52 is #76B3AD. Grayscale: #5E5E5E. Windows color (decimal): -7779246 or 5393545. OLE color: 5393545.

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

Color convert

RGB1377682-
CMYK00.450.400.46
HSL354.1º28.64%41.76%-
HSV(B)354.1º44.53%53.73%-
XYZ14.4211.19.36-
YUV94.92120.71158.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=46.44%
G=25.76%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137768200.450.400.46354.128.6441.76
Hex894C5202D282E1621d2a
Octal21111412205550565423552
Binary1000100110011001010010010110110100010111010110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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