Html Css Color HEX #8A5D71 Mauve Taupe

📋 copy color: '#8A5D71'

red 138 ◦ green 93 ◦ blue 113

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

Shades of Mauve Taupe #8A5D71

Tints of Mauve Taupe #8A5D71

RGB

 RED value IS 138 (54.3% from 255) = 40.12%

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

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 40.12%
G = 27.03%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A5D71 (or 0x8A5D71) is known color: Mauve Taupe. HEX triplet: 8A, 5D and 71. RGB value is (138,93,113). Sum of RGB (Red+Green+Blue) = 138+93+113=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D71 is #75A28E. Grayscale: #6C6C6C. Windows color (decimal): -7709327 or 7429514. OLE color: 7429514.

HSL color Cylindrical-coordinate representation of color #8A5D71: hue angle of 333.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5D71 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 93 113 -
CMYK 0 0.33 0.18 0.46
HSL 333.33º 0.19% 0.45% -
HSV(B) 333.33º 0.33% 0.54% -
XYZ 17.38 14.42 17.49 -
YUV 108.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 138 93 113 0 0.33 0.18 0.46 333.33 0.19 0.45
Hex 8A 5D 71 0 21 12 2E 14D 13 2D
Octal 212 135 161 0 41 22 56 515 23 55
Binary 10001010 1011101 1110001 0 100001 10010 101110 101001101 10011 101101

Color Harmonies of #8A5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5D71

Black with #8A5D71

Text Example


Text Example

White with #8A5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,93,113); }

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

background-color css

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

 a { background-color: rgb(138,93,113); }

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

border-color css

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

 span { border-color: rgb(138,93,113); }

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