#895759

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

Shades of Solid Pink #895759

Tints of Solid Pink #895759

Color information

#895759 (or 0x895759) is unknown color: approx Solid Pink. HEX triplet: 89, 57 and 59. RGB value is (137,87,89). Sum of RGB (Red+Green+Blue) = 137+87+89=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #895759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895759 is #76A8A6. Grayscale: #666666. Windows color (decimal): -7776423 or 5855113. OLE color: 5855113.

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

Color convert

RGB1378789-
CMYK00.360.350.46
HSL357.6º22.32%43.92%-
HSV(B)357.6º36.5%53.73%-
XYZ15.5312.8611.11-
YUV102.18120.56152.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=43.77%
G=27.80%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137878900.360.350.46357.622.3243.92
Hex895759024232E166162c
Octal21112713104443565462654
Binary1000100110101111011001010010010001110111010110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895759; }

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

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

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

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

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

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

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

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