#885059

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

Shades of Solid Pink #885059

Tints of Solid Pink #885059

Color information

#885059 (or 0x885059) is unknown color: approx Solid Pink. HEX triplet: 88, 50 and 59. RGB value is (136,80,89). Sum of RGB (Red+Green+Blue) = 136+80+89=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885059 is #77AFA6. Grayscale: #616161. Windows color (decimal): -7843751 or 5853320. OLE color: 5853320.

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

Color convert

RGB1368089-
CMYK00.410.350.47
HSL350.36º25.93%42.35%-
HSV(B)350.36º41.18%53.33%-
XYZ14.8311.6910.93-
YUV97.77123.05155.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=44.59%
G=26.23%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808900.410.350.47350.3625.9342.35
Hex885059029232F15e1a2a
Octal21012013105143575363252
Binary1000100010100001011001010100110001110111110101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885059; }

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

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

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

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

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

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

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

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