Html Css Color HEX #8D6573 Mauve Taupe

📋 copy color: '#8D6573'

red 141 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #8D6573

Tints of Mauve Taupe #8D6573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 39.5%
G = 28.29%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D6573 (or 0x8D6573) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 73. RGB value is (141,101,115). Sum of RGB (Red+Green+Blue) = 141+101+115=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6573 is #729A8C. Grayscale: #727272. Windows color (decimal): -7510669 or 7562637. OLE color: 7562637.

HSL color Cylindrical-coordinate representation of color #8D6573: hue angle of 339º 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 #8D6573 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 101 115 -
CMYK 0 0.28 0.18 0.45
HSL 339º 0.17% 0.47% -
HSV(B) 339º 0.28% 0.55% -
XYZ 18.73 16.21 18.36 -
YUV 114.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 141 101 115 0 0.28 0.18 0.45 339 0.17 0.47
Hex 8D 65 73 0 1C 12 2D 153 11 2F
Octal 215 145 163 0 34 22 55 523 21 57
Binary 10001101 1100101 1110011 0 11100 10010 101101 101010011 10001 101111

Color Harmonies of #8D6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6573

Black with #8D6573

Text Example


Text Example

White with #8D6573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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