Html Css Color HEX #8D6574 Mauve Taupe

📋 copy color: '#8D6574'

red 141 ◦ green 101 ◦ blue 116

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

Shades of Mauve Taupe #8D6574

Tints of Mauve Taupe #8D6574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 39.39%
G = 28.21%
B = 32.4%

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

#8D6574 (or 0x8D6574) is known color: Mauve Taupe. HEX triplet: 8D, 65 and 74. RGB value is (141,101,116). Sum of RGB (Red+Green+Blue) = 141+101+116=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6574 is #729A8B. Grayscale: #727272. Windows color (decimal): -7510668 or 7628173. OLE color: 7628173.

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

Color convert

RGB 141 101 116 -
CMYK 0 0.28 0.18 0.45
HSL 337.5º 0.17% 0.47% -
HSV(B) 337.5º 0.28% 0.55% -
XYZ 18.79 16.23 18.67 -
YUV 114.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 141 101 116 0 0.28 0.18 0.45 337.5 0.17 0.47
Hex 8D 65 74 0 1C 12 2D 152 11 2F
Octal 215 145 164 0 34 22 55 522 21 57
Binary 10001101 1100101 1110100 0 11100 10010 101101 101010010 10001 101111

Color Harmonies of #8D6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6574

Black with #8D6574

Text Example


Text Example

White with #8D6574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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