#875559

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

Shades of Solid Pink #875559

Tints of Solid Pink #875559

Color information

#875559 (or 0x875559) is unknown color: approx Solid Pink. HEX triplet: 87, 55 and 59. RGB value is (135,85,89). Sum of RGB (Red+Green+Blue) = 135+85+89=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #875559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875559 is #78AAA6. Grayscale: #646464. Windows color (decimal): -7908007 or 5854599. OLE color: 5854599.

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

Color convert

RGB1358589-
CMYK00.370.340.47
HSL355.2º22.73%43.14%-
HSV(B)355.2º37.04%52.94%-
XYZ15.0412.3711.05-
YUV100.41121.56152.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=43.69%
G=27.51%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135858900.370.340.47355.222.7343.14
Hex875559025222F163172b
Octal20712513104542575432753
Binary1000011110101011011001010010110001010111110110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875559; }

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

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

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

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

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

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

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

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