Html Css Color HEX #8D576F Mauve Taupe

📋 copy color: '#8D576F'

red 141 ◦ green 87 ◦ blue 111

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

Shades of Mauve Taupe #8D576F

Tints of Mauve Taupe #8D576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 41.59%
G = 25.66%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D576F (or 0x8D576F) is known color: Mauve Taupe. HEX triplet: 8D, 57 and 6F. RGB value is (141,87,111). Sum of RGB (Red+Green+Blue) = 141+87+111=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D576F is #72A890. Grayscale: #696969. Windows color (decimal): -7514257 or 7296909. OLE color: 7296909.

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

Color convert

RGB 141 87 111 -
CMYK 0 0.38 0.21 0.45
HSL 333.33º 0.24% 0.45% -
HSV(B) 333.33º 0.38% 0.55% -
XYZ 17.26 13.63 16.76 -
YUV 105.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 141 87 111 0 0.38 0.21 0.45 333.33 0.24 0.45
Hex 8D 57 6F 0 26 15 2D 14D 18 2D
Octal 215 127 157 0 46 25 55 515 30 55
Binary 10001101 1010111 1101111 0 100110 10101 101101 101001101 11000 101101

Color Harmonies of #8D576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D576F

Black with #8D576F

Text Example


Text Example

White with #8D576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,111); }

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

background-color css

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

 a { background-color: rgb(141,87,111); }

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

border-color css

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

 span { border-color: rgb(141,87,111); }

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