Html Css Color HEX #8E5F61 Mauve Taupe

📋 copy color: '#8E5F61'

red 142 ◦ green 95 ◦ blue 97

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

Shades of Mauve Taupe #8E5F61

Tints of Mauve Taupe #8E5F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 42.51%
G = 28.44%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5F61 (or 0x8E5F61) is known color: Mauve Taupe. HEX triplet: 8E, 5F and 61. RGB value is (142,95,97). Sum of RGB (Red+Green+Blue) = 142+95+97=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F61 is #71A09E. Grayscale: #6D6D6D. Windows color (decimal): -7446687 or 6381454. OLE color: 6381454.

HSL color Cylindrical-coordinate representation of color #8E5F61: hue angle of 357.45º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F61 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 95 97 -
CMYK 0 0.33 0.32 0.44
HSL 357.45º 0.2% 0.46% -
HSV(B) 357.45º 0.33% 0.56% -
XYZ 17.41 14.8 13.25 -
YUV 109.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 142 95 97 0 0.33 0.32 0.44 357.45 0.2 0.46
Hex 8E 5F 61 0 21 20 2C 165 14 2E
Octal 216 137 141 0 41 40 54 545 24 56
Binary 10001110 1011111 1100001 0 100001 100000 101100 101100101 10100 101110

Color Harmonies of #8E5F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F61

Black with #8E5F61

Text Example


Text Example

White with #8E5F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,95,97); }

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

background-color css

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

 a { background-color: rgb(142,95,97); }

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

border-color css

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

 span { border-color: rgb(142,95,97); }

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