#885859

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

Shades of Solid Pink #885859

Tints of Solid Pink #885859

Color information

#885859 (or 0x885859) is unknown color: approx Solid Pink. HEX triplet: 88, 58 and 59. RGB value is (136,88,89). Sum of RGB (Red+Green+Blue) = 136+88+89=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885859 is #77A7A6. Grayscale: #666666. Windows color (decimal): -7841703 or 5855368. OLE color: 5855368.

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

Color convert

RGB1368889-
CMYK00.350.350.47
HSL358.75º21.43%43.92%-
HSV(B)358.75º35.29%53.33%-
XYZ15.4512.9311.13-
YUV102.47120.4151.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=43.45%
G=28.12%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136888900.350.350.47358.7521.4343.92
Hex885859023232F167152c
Octal21013013104343575472554
Binary1000100010110001011001010001110001110111110110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885859; }

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

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

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

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

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

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

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

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