Html Css Color HEX #8D5A6B Mauve Taupe

📋 copy color: '#8D5A6B'

red 141 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #8D5A6B

Tints of Mauve Taupe #8D5A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 41.72%
G = 26.63%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D5A6B (or 0x8D5A6B) is known color: Mauve Taupe. HEX triplet: 8D, 5A and 6B. RGB value is (141,90,107). Sum of RGB (Red+Green+Blue) = 141+90+107=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A6B is #72A594. Grayscale: #6B6B6B. Windows color (decimal): -7513493 or 7035533. OLE color: 7035533.

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

Color convert

RGB 141 90 107 -
CMYK 0 0.36 0.24 0.45
HSL 340º 0.22% 0.45% -
HSV(B) 340º 0.36% 0.55% -
XYZ 17.29 14.04 15.71 -
YUV 107.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 141 90 107 0 0.36 0.24 0.45 340 0.22 0.45
Hex 8D 5A 6B 0 24 18 2D 154 16 2D
Octal 215 132 153 0 44 30 55 524 26 55
Binary 10001101 1011010 1101011 0 100100 11000 101101 101010100 10110 101101

Color Harmonies of #8D5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5A6B

Black with #8D5A6B

Text Example


Text Example

White with #8D5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,107); }

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

background-color css

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

 a { background-color: rgb(141,90,107); }

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

border-color css

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

 span { border-color: rgb(141,90,107); }

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