Html Css Color HEX #8E5973 Mauve Taupe

📋 copy color: '#8E5973'

red 142 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #8E5973

Tints of Mauve Taupe #8E5973

RGB

 RED value IS 142 (55.86% from 255) = 41.04%

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 41.04%
G = 25.72%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E5973 (or 0x8E5973) is known color: Mauve Taupe. HEX triplet: 8E, 59 and 73. RGB value is (142,89,115). Sum of RGB (Red+Green+Blue) = 142+89+115=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5973 is #71A68C. Grayscale: #6B6B6B. Windows color (decimal): -7448205 or 7559566. OLE color: 7559566.

HSL color Cylindrical-coordinate representation of color #8E5973: hue angle of 330.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5973 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 89 115 -
CMYK 0 0.37 0.19 0.44
HSL 330.57º 0.23% 0.45% -
HSV(B) 330.57º 0.37% 0.56% -
XYZ 17.82 14.13 18.01 -
YUV 107.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 142 89 115 0 0.37 0.19 0.44 330.57 0.23 0.45
Hex 8E 59 73 0 25 13 2C 14B 17 2D
Octal 216 131 163 0 45 23 54 513 27 55
Binary 10001110 1011001 1110011 0 100101 10011 101100 101001011 10111 101101

Color Harmonies of #8E5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5973

Black with #8E5973

Text Example


Text Example

White with #8E5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,115); }

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

background-color css

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

 a { background-color: rgb(142,89,115); }

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

border-color css

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

 span { border-color: rgb(142,89,115); }

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