#895057

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

Shades of Solid Pink #895057

Tints of Solid Pink #895057

Color information

#895057 (or 0x895057) is unknown color: approx Solid Pink. HEX triplet: 89, 50 and 57. RGB value is (137,80,87). Sum of RGB (Red+Green+Blue) = 137+80+87=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895057 is #76AFA8. Grayscale: #616161. Windows color (decimal): -7778217 or 5722249. OLE color: 5722249.

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

Color convert

RGB1378087-
CMYK00.420.360.46
HSL352.63º26.27%42.55%-
HSV(B)352.63º41.61%53.73%-
XYZ14.9111.7410.5-
YUV97.84121.88155.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=45.07%
G=26.32%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137808700.420.360.46352.6326.2742.55
Hex89505702A242E1611a2b
Octal21112012705244565413253
Binary1000100110100001010111010101010010010111010110000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895057; }

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

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

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

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

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

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

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

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