#895559

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

Shades of Solid Pink #895559

Tints of Solid Pink #895559

Color information

#895559 (or 0x895559) is unknown color: approx Solid Pink. HEX triplet: 89, 55 and 59. RGB value is (137,85,89). Sum of RGB (Red+Green+Blue) = 137+85+89=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #895559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895559 is #76AAA6. Grayscale: #656565. Windows color (decimal): -7776935 or 5854601. OLE color: 5854601.

HSL color Cylindrical-coordinate representation of color #895559: hue angle of 355.38º 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 #895559 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1378589-
CMYK00.380.350.46
HSL355.38º23.42%43.53%-
HSV(B)355.38º37.96%53.73%-
XYZ15.3712.5411.06-
YUV101121.23153.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=44.05%
G=27.33%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137858900.380.350.46355.3823.4243.53
Hex895559026232E163172c
Octal21112513104643565432754
Binary1000100110101011011001010011010001110111010110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895559; }

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

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

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

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

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

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

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

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