#8B5A71

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

Shades of Mauve Taupe #8B5A71

Tints of Mauve Taupe #8B5A71

Color information

#8B5A71 (or 0x8B5A71) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5A and 71. RGB value is (139,90,113). Sum of RGB (Red+Green+Blue) = 139+90+113=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A71 is #74A58E. Grayscale: #6B6B6B. Windows color (decimal): -7644559 or 7428747. OLE color: 7428747.

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

Color convert

RGB13990113-
CMYK00.350.190.45
HSL331.84º21.4%44.9%-
HSV(B)331.84º35.25%54.51%-
XYZ17.2813.9917.41-
YUV107.27131.23150.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=40.64%
G=26.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399011300.350.190.45331.8421.444.9
Hex8B5A71023132D14c152d
Octal21313216104323555142555
Binary100010111011010111000101000111001110110110100110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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