Html Css Color HEX #8D5C71 Mauve Taupe

📋 copy color: '#8D5C71'

red 141 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #8D5C71

Tints of Mauve Taupe #8D5C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 40.75%
G = 26.59%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D5C71 (or 0x8D5C71) is known color: Mauve Taupe. HEX triplet: 8D, 5C and 71. RGB value is (141,92,113). Sum of RGB (Red+Green+Blue) = 141+92+113=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C71 is #72A38E. Grayscale: #6D6D6D. Windows color (decimal): -7512975 or 7429261. OLE color: 7429261.

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

Color convert

RGB 141 92 113 -
CMYK 0 0.35 0.20 0.45
HSL 334.29º 0.21% 0.46% -
HSV(B) 334.29º 0.35% 0.55% -
XYZ 17.79 14.51 17.49 -
YUV 109.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 141 92 113 0 0.35 0.20 0.45 334.29 0.21 0.46
Hex 8D 5C 71 0 23 14 2D 14E 15 2E
Octal 215 134 161 0 43 24 55 516 25 56
Binary 10001101 1011100 1110001 0 100011 10100 101101 101001110 10101 101110

Color Harmonies of #8D5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C71

Black with #8D5C71

Text Example


Text Example

White with #8D5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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