#895557

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

Shades of Solid Pink #895557

Tints of Solid Pink #895557

Color information

#895557 (or 0x895557) is unknown color: approx Solid Pink. HEX triplet: 89, 55 and 57. RGB value is (137,85,87). Sum of RGB (Red+Green+Blue) = 137+85+87=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895557 is #76AAA8. Grayscale: #646464. Windows color (decimal): -7776937 or 5723529. OLE color: 5723529.

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

Color convert

RGB1378587-
CMYK00.380.360.46
HSL357.69º23.42%43.53%-
HSV(B)357.69º37.96%53.73%-
XYZ15.2912.510.62-
YUV100.78120.23153.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=44.34%
G=27.51%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137858700.380.360.46357.6923.4243.53
Hex895557026242E166172c
Octal21112512704644565462754
Binary1000100110101011010111010011010010010111010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895557; }

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

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

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

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

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

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

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

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