Html Css Color HEX #8D596E Mauve Taupe

📋 copy color: '#8D596E'

red 141 ◦ green 89 ◦ blue 110

#8D596E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8D596E

Tints of Mauve Taupe #8D596E

RGB

 RED value IS 141 (55.47% from 255) = 41.47%

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 41.47%
G = 26.18%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D596E (or 0x8D596E) is known color: Mauve Taupe. HEX triplet: 8D, 59 and 6E. RGB value is (141,89,110). Sum of RGB (Red+Green+Blue) = 141+89+110=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D596E is #72A691. Grayscale: #6A6A6A. Windows color (decimal): -7513746 or 7231885. OLE color: 7231885.

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

Color convert

RGB 141 89 110 -
CMYK 0 0.37 0.22 0.45
HSL 335.77º 0.23% 0.45% -
HSV(B) 335.77º 0.37% 0.55% -
XYZ 17.37 13.93 16.53 -
YUV 106.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 141 89 110 0 0.37 0.22 0.45 335.77 0.23 0.45
Hex 8D 59 6E 0 25 16 2D 150 17 2D
Octal 215 131 156 0 45 26 55 520 27 55
Binary 10001101 1011001 1101110 0 100101 10110 101101 101010000 10111 101101

Color Harmonies of #8D596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D596E

Black with #8D596E

Text Example


Text Example

White with #8D596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,89,110); }

 H1.HeaderClassName
 {
   color: #8D596E;
 }
 .AnyTagClassName
 {
   color: #8D596E;
 }
</style>

background-color css

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

 a { background-color: rgb(141,89,110); }

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

border-color css

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

 span { border-color: rgb(141,89,110); }

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