#875659

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

Shades of Solid Pink #875659

Tints of Solid Pink #875659

Color information

#875659 (or 0x875659) is unknown color: approx Solid Pink. HEX triplet: 87, 56 and 59. RGB value is (135,86,89). Sum of RGB (Red+Green+Blue) = 135+86+89=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #875659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875659 is #78A9A6. Grayscale: #656565. Windows color (decimal): -7907751 or 5854855. OLE color: 5854855.

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

Color convert

RGB1358689-
CMYK00.360.340.47
HSL356.33º22.17%43.33%-
HSV(B)356.33º36.3%52.94%-
XYZ15.1212.5311.07-
YUV100.99121.23152.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=43.55%
G=27.74%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135868900.360.340.47356.3322.1743.33
Hex875659024222F164162b
Octal20712613104442575442653
Binary1000011110101101011001010010010001010111110110010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875659; }

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

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

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

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

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

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

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

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