#8B586E

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

Shades of Mauve Taupe #8B586E

Tints of Mauve Taupe #8B586E

Color information

#8B586E (or 0x8B586E) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 58 and 6E. RGB value is (139,88,110). Sum of RGB (Red+Green+Blue) = 139+88+110=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B586E is #74A791. Grayscale: #696969. Windows color (decimal): -7645074 or 7231627. OLE color: 7231627.

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

Color convert

RGB13988110-
CMYK00.370.210.45
HSL334.12º22.47%44.51%-
HSV(B)334.12º36.69%54.51%-
XYZ16.9513.5916.48-
YUV105.76130.4151.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=41.25%
G=26.11%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398811000.370.210.45334.1222.4744.51
Hex8B586E025152D14e162d
Octal21313015604525555162655
Binary100010111011000110111001001011010110110110100111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,110); }

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

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

 a { background-color: rgb(139,88,110); }

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

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

 span { border-color: rgb(139,88,110); }

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