#885559

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

Shades of Solid Pink #885559

Tints of Solid Pink #885559

Color information

#885559 (or 0x885559) is unknown color: approx Solid Pink. HEX triplet: 88, 55 and 59. RGB value is (136,85,89). Sum of RGB (Red+Green+Blue) = 136+85+89=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #885559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885559 is #77AAA6. Grayscale: #646464. Windows color (decimal): -7842471 or 5854600. OLE color: 5854600.

HSL color Cylindrical-coordinate representation of color #885559: hue angle of 355.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885559 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1368589-
CMYK00.380.350.47
HSL355.29º23.08%43.33%-
HSV(B)355.29º37.5%53.33%-
XYZ15.2112.4511.05-
YUV100.7121.4153.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=43.87%
G=27.42%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136858900.380.350.47355.2923.0843.33
Hex885559026232F163172b
Octal21012513104643575432753
Binary1000100010101011011001010011010001110111110110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885559; }

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

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

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

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

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

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

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

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