#8B5C71

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

Shades of Mauve Taupe #8B5C71

Tints of Mauve Taupe #8B5C71

Color information

#8B5C71 (or 0x8B5C71) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5C and 71. RGB value is (139,92,113). Sum of RGB (Red+Green+Blue) = 139+92+113=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C71 is #74A38E. Grayscale: #6C6C6C. Windows color (decimal): -7644047 or 7429259. OLE color: 7429259.

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

Color convert

RGB13992113-
CMYK00.340.190.45
HSL333.19º20.35%45.29%-
HSV(B)333.19º33.81%54.51%-
XYZ17.4614.3417.47-
YUV108.45130.57149.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=40.41%
G=26.74%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399211300.340.190.45333.1920.3545.29
Hex8B5C71022132D14d142d
Octal21313416104223555152455
Binary100010111011100111000101000101001110110110100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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