#8D5B69

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

Shades of Mauve Taupe #8D5B69

Tints of Mauve Taupe #8D5B69

Color information

#8D5B69 (or 0x8D5B69) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 5B and 69. RGB value is (141,91,105). Sum of RGB (Red+Green+Blue) = 141+91+105=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B69 is #72A496. Grayscale: #6B6B6B. Windows color (decimal): -7513239 or 6904717. OLE color: 6904717.

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

Color convert

RGB14191105-
CMYK00.350.260.45
HSL343.2º21.55%45.49%-
HSV(B)343.2º35.46%55.29%-
XYZ17.2814.1615.19-
YUV107.55126.56151.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=41.84%
G=27.00%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419110500.350.260.45343.221.5545.49
Hex8D5B690231A2D157162d
Octal21513315104332555272655
Binary100011011011011110100101000111101010110110101011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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