Html Css Color HEX #8D5B70 Mauve Taupe

📋 copy color: '#8D5B70'

red 141 ◦ green 91 ◦ blue 112

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

Shades of Mauve Taupe #8D5B70

Tints of Mauve Taupe #8D5B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.45%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 40.99%
G = 26.45%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D5B70 (or 0x8D5B70) is known color: Mauve Taupe. HEX triplet: 8D, 5B and 70. RGB value is (141,91,112). Sum of RGB (Red+Green+Blue) = 141+91+112=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B70 is #72A48F. Grayscale: #6C6C6C. Windows color (decimal): -7513232 or 7363469. OLE color: 7363469.

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

Color convert

RGB 141 91 112 -
CMYK 0 0.35 0.21 0.45
HSL 334.8º 0.22% 0.45% -
HSV(B) 334.8º 0.35% 0.55% -
XYZ 17.65 14.31 17.16 -
YUV 108.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 141 91 112 0 0.35 0.21 0.45 334.8 0.22 0.45
Hex 8D 5B 70 0 23 15 2D 14F 16 2D
Octal 215 133 160 0 43 25 55 517 26 55
Binary 10001101 1011011 1110000 0 100011 10101 101101 101001111 10110 101101

Color Harmonies of #8D5B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5B70

Black with #8D5B70

Text Example


Text Example

White with #8D5B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,91,112); }

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

background-color css

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

 a { background-color: rgb(141,91,112); }

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

border-color css

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

 span { border-color: rgb(141,91,112); }

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