Html Css Color HEX #8E5967 Mauve Taupe

📋 copy color: '#8E5967'

red 142 ◦ green 89 ◦ blue 103

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

Shades of Mauve Taupe #8E5967

Tints of Mauve Taupe #8E5967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 42.51%
G = 26.65%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E5967 (or 0x8E5967) is known color: Mauve Taupe. HEX triplet: 8E, 59 and 67. RGB value is (142,89,103). Sum of RGB (Red+Green+Blue) = 142+89+103=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5967 is #71A698. Grayscale: #6A6A6A. Windows color (decimal): -7448217 or 6773134. OLE color: 6773134.

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

Color convert

RGB 142 89 103 -
CMYK 0 0.37 0.27 0.44
HSL 344.15º 0.23% 0.45% -
HSV(B) 344.15º 0.37% 0.56% -
XYZ 17.18 13.87 14.6 -
YUV 106.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 142 89 103 0 0.37 0.27 0.44 344.15 0.23 0.45
Hex 8E 59 67 0 25 1B 2C 158 17 2D
Octal 216 131 147 0 45 33 54 530 27 55
Binary 10001110 1011001 1100111 0 100101 11011 101100 101011000 10111 101101

Color Harmonies of #8E5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5967

Black with #8E5967

Text Example


Text Example

White with #8E5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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