#87596F

Color #87596F Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #87596F

Tints of Mauve Taupe #87596F

Color information

#87596F (or 0x87596F) is unknown color: approx Mauve Taupe. HEX triplet: 87, 59 and 6F. RGB value is (135,89,111). Sum of RGB (Red+Green+Blue) = 135+89+111=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #87596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87596F is #78A690. Grayscale: #696969. Windows color (decimal): -7906961 or 7297415. OLE color: 7297415.

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

Color convert

RGB13589111-
CMYK00.340.180.47
HSL331.3º20.54%43.92%-
HSV(B)331.3º34.07%52.94%-
XYZ16.4313.4416.77-
YUV105.26131.24149.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=40.30%
G=26.57%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358911100.340.180.47331.320.5443.92
Hex87596F022122F14b152c
Octal20713115704222575132554
Binary100001111011001110111101000101001010111110100101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87596F; }

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

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

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

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

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

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

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

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