#8B596F

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

Shades of Mauve Taupe #8B596F

Tints of Mauve Taupe #8B596F

Color information

#8B596F (or 0x8B596F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 59 and 6F. RGB value is (139,89,111). Sum of RGB (Red+Green+Blue) = 139+89+111=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B596F is #74A690. Grayscale: #6A6A6A. Windows color (decimal): -7644817 or 7297419. OLE color: 7297419.

HSL color Cylindrical-coordinate representation of color #8B596F: hue angle of 333.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B596F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB13989111-
CMYK00.360.200.45
HSL333.6º21.93%44.71%-
HSV(B)333.6º35.97%54.51%-
XYZ17.0913.7816.8-
YUV106.46130.56151.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=41.00%
G=26.25%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398911100.360.200.45333.621.9344.71
Hex8B596F024142D14e162d
Octal21313115704424555162655
Binary100010111011001110111101001001010010110110100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B596F; }

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

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

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

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

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

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

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

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