Html Css Color HEX #8E5970 Mauve Taupe

📋 copy color: '#8E5970'

red 142 ◦ green 89 ◦ blue 112

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

Shades of Mauve Taupe #8E5970

Tints of Mauve Taupe #8E5970

RGB

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

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

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

R = 41.4%
G = 25.95%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E5970 (or 0x8E5970) is known color: Mauve Taupe. HEX triplet: 8E, 59 and 70. RGB value is (142,89,112). Sum of RGB (Red+Green+Blue) = 142+89+112=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5970 is #71A68F. Grayscale: #6B6B6B. Windows color (decimal): -7448208 or 7362958. OLE color: 7362958.

HSL color Cylindrical-coordinate representation of color #8E5970: hue angle of 333.96º 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 #8E5970 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 89 112 -
CMYK 0 0.37 0.21 0.44
HSL 333.96º 0.23% 0.45% -
HSV(B) 333.96º 0.37% 0.56% -
XYZ 17.65 14.07 17.11 -
YUV 107.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 142 89 112 0 0.37 0.21 0.44 333.96 0.23 0.45
Hex 8E 59 70 0 25 15 2C 14E 17 2D
Octal 216 131 160 0 45 25 54 516 27 55
Binary 10001110 1011001 1110000 0 100101 10101 101100 101001110 10111 101101

Color Harmonies of #8E5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5970

Black with #8E5970

Text Example


Text Example

White with #8E5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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