#8B5C73

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

Shades of Mauve Taupe #8B5C73

Tints of Mauve Taupe #8B5C73

Color information

#8B5C73 (or 0x8B5C73) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5C and 73. RGB value is (139,92,115). Sum of RGB (Red+Green+Blue) = 139+92+115=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C73 is #74A38C. Grayscale: #6C6C6C. Windows color (decimal): -7644045 or 7560331. OLE color: 7560331.

HSL color Cylindrical-coordinate representation of color #8B5C73: hue angle of 330.64º 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 #8B5C73 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13992115-
CMYK00.340.170.45
HSL330.64º20.35%45.29%-
HSV(B)330.64º33.81%54.51%-
XYZ17.5714.3818.07-
YUV108.68131.57149.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=40.17%
G=26.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399211500.340.170.45330.6420.3545.29
Hex8B5C73022112D14b142d
Octal21313416304221555132455
Binary100010111011100111001101000101000110110110100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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