Html Css Color HEX #8D6071 Mauve Taupe

📋 copy color: '#8D6071'

red 141 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #8D6071

Tints of Mauve Taupe #8D6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 40.29%
G = 27.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D6071 (or 0x8D6071) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 71. RGB value is (141,96,113). Sum of RGB (Red+Green+Blue) = 141+96+113=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6071 is #729F8E. Grayscale: #6F6F6F. Windows color (decimal): -7511951 or 7430285. OLE color: 7430285.

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

Color convert

RGB 141 96 113 -
CMYK 0 0.32 0.20 0.45
HSL 337.33º 0.19% 0.46% -
HSV(B) 337.33º 0.32% 0.55% -
XYZ 18.15 15.22 17.6 -
YUV 111.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 141 96 113 0 0.32 0.20 0.45 337.33 0.19 0.46
Hex 8D 60 71 0 20 14 2D 151 13 2E
Octal 215 140 161 0 40 24 55 521 23 56
Binary 10001101 1100000 1110001 0 100000 10100 101101 101010001 10011 101110

Color Harmonies of #8D6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6071

Black with #8D6071

Text Example


Text Example

White with #8D6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,96,113); }

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

background-color css

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

 a { background-color: rgb(141,96,113); }

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

border-color css

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

 span { border-color: rgb(141,96,113); }

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