#8B5771

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

Shades of Mauve Taupe #8B5771

Tints of Mauve Taupe #8B5771

Color information

#8B5771 (or 0x8B5771) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 57 and 71. RGB value is (139,87,113). Sum of RGB (Red+Green+Blue) = 139+87+113=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5771 is #74A88E. Grayscale: #696969. Windows color (decimal): -7645327 or 7427979. OLE color: 7427979.

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

Color convert

RGB13987113-
CMYK00.370.190.45
HSL330º23.01%44.31%-
HSV(B)330º37.41%54.51%-
XYZ17.0413.517.33-
YUV105.51132.23151.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=41.00%
G=25.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398711300.370.190.4533023.0144.31
Hex8B5771025132D14a172c
Octal21312716104523555122754
Binary100010111010111111000101001011001110110110100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,113); }

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

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

 a { background-color: rgb(139,87,113); }

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

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

 span { border-color: rgb(139,87,113); }

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