Html Css Color HEX #8D5D6A Mauve Taupe

📋 copy color: '#8D5D6A'

red 141 ◦ green 93 ◦ blue 106

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

Shades of Mauve Taupe #8D5D6A

Tints of Mauve Taupe #8D5D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 41.47%
G = 27.35%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8D5D6A (or 0x8D5D6A) is known color: Mauve Taupe. HEX triplet: 8D, 5D and 6A. RGB value is (141,93,106). Sum of RGB (Red+Green+Blue) = 141+93+106=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D6A is #72A295. Grayscale: #6C6C6C. Windows color (decimal): -7512726 or 6970765. OLE color: 6970765.

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

Color convert

RGB 141 93 106 -
CMYK 0 0.34 0.25 0.45
HSL 343.75º 0.21% 0.46% -
HSV(B) 343.75º 0.34% 0.55% -
XYZ 17.5 14.53 15.52 -
YUV 108.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 141 93 106 0 0.34 0.25 0.45 343.75 0.21 0.46
Hex 8D 5D 6A 0 22 19 2D 158 15 2E
Octal 215 135 152 0 42 31 55 530 25 56
Binary 10001101 1011101 1101010 0 100010 11001 101101 101011000 10101 101110

Color Harmonies of #8D5D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5D6A

Black with #8D5D6A

Text Example


Text Example

White with #8D5D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,93,106); }

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

background-color css

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

 a { background-color: rgb(141,93,106); }

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

border-color css

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

 span { border-color: rgb(141,93,106); }

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