#8D5B6A

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

Shades of Mauve Taupe #8D5B6A

Tints of Mauve Taupe #8D5B6A

Color information

#8D5B6A (or 0x8D5B6A) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5B and 6A. RGB value is (141,91,106). Sum of RGB (Red+Green+Blue) = 141+91+106=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B6A is #72A495. Grayscale: #6B6B6B. Windows color (decimal): -7513238 or 6970253. OLE color: 6970253.

HSL color Cylindrical-coordinate representation of color #8D5B6A: hue angle of 342º degrees, saturation: 0.22, 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 #8D5B6A is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB14191106-
CMYK00.350.250.45
HSL342º21.55%45.49%-
HSV(B)342º35.46%55.29%-
XYZ17.3314.1915.46-
YUV107.66127.06151.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=41.72%
G=26.92%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419110600.350.250.4534221.5545.49
Hex8D5B6A023192D156162d
Octal21513315204331555262655
Binary100011011011011110101001000111100110110110101011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,91,106); }

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

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

 a { background-color: rgb(141,91,106); }

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

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

 span { border-color: rgb(141,91,106); }

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