#894B57

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

Shades of Solid Pink #894B57

Tints of Solid Pink #894B57

Color information

#894B57 (or 0x894B57) is unknown color: approx Solid Pink. HEX triplet: 89, 4B and 57. RGB value is (137,75,87). Sum of RGB (Red+Green+Blue) = 137+75+87=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #894B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B57 is #76B4A8. Grayscale: #5E5E5E. Windows color (decimal): -7779497 or 5720969. OLE color: 5720969.

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

Color convert

RGB1377587-
CMYK00.450.360.46
HSL348.39º29.25%41.57%-
HSV(B)348.39º45.26%53.73%-
XYZ14.5511.0410.38-
YUV94.91123.54158.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=45.82%
G=25.08%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137758700.450.360.46348.3929.2541.57
Hex894B5702D242E15c1d2a
Octal21111312705544565343552
Binary1000100110010111010111010110110010010111010101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,87); }

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

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

 a { background-color: rgb(137,75,87); }

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

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

 span { border-color: rgb(137,75,87); }

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