Html Css Color HEX #8E6271 Mauve Taupe

📋 copy color: '#8E6271'

red 142 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #8E6271

Tints of Mauve Taupe #8E6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 40.23%
G = 27.76%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E6271 (or 0x8E6271) is known color: Mauve Taupe. HEX triplet: 8E, 62 and 71. RGB value is (142,98,113). Sum of RGB (Red+Green+Blue) = 142+98+113=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6271 is #719D8E. Grayscale: #707070. Windows color (decimal): -7445903 or 7430798. OLE color: 7430798.

HSL color Cylindrical-coordinate representation of color #8E6271: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6271 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 98 113 -
CMYK 0 0.31 0.20 0.44
HSL 339.55º 0.18% 0.47% -
HSV(B) 339.55º 0.31% 0.56% -
XYZ 18.5 15.68 17.67 -
YUV 112.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 142 98 113 0 0.31 0.20 0.44 339.55 0.18 0.47
Hex 8E 62 71 0 1F 14 2C 154 12 2F
Octal 216 142 161 0 37 24 54 524 22 57
Binary 10001110 1100010 1110001 0 11111 10100 101100 101010100 10010 101111

Color Harmonies of #8E6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6271

Black with #8E6271

Text Example


Text Example

White with #8E6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,113); }

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

background-color css

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

 a { background-color: rgb(142,98,113); }

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

border-color css

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

 span { border-color: rgb(142,98,113); }

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