Html Css Color HEX #8D6571 Mauve Taupe

📋 copy color: '#8D6571'

red 141 ◦ green 101 ◦ blue 113

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

Shades of Mauve Taupe #8D6571

Tints of Mauve Taupe #8D6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 39.72%
G = 28.45%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D6571 (or 0x8D6571) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 71. RGB value is (141,101,113). Sum of RGB (Red+Green+Blue) = 141+101+113=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6571 is #729A8E. Grayscale: #727272. Windows color (decimal): -7510671 or 7431565. OLE color: 7431565.

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

Color convert

RGB 141 101 113 -
CMYK 0 0.28 0.20 0.45
HSL 342º 0.17% 0.47% -
HSV(B) 342º 0.28% 0.55% -
XYZ 18.62 16.16 17.76 -
YUV 114.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 141 101 113 0 0.28 0.20 0.45 342 0.17 0.47
Hex 8D 65 71 0 1C 14 2D 156 11 2F
Octal 215 145 161 0 34 24 55 526 21 57
Binary 10001101 1100101 1110001 0 11100 10100 101101 101010110 10001 101111

Color Harmonies of #8D6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6571

Black with #8D6571

Text Example


Text Example

White with #8D6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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