Html Css Color HEX #9E5A71 Mauve Taupe

📋 copy color: '#9E5A71'

red 158 ◦ green 90 ◦ blue 113

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

Shades of Mauve Taupe #9E5A71

Tints of Mauve Taupe #9E5A71

RGB

 RED value IS 158 (62.11% from 255) = 43.77%

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 43.77%
G = 24.93%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E5A71 (or 0x9E5A71) is known color: Mauve Taupe. HEX triplet: 9E, 5A and 71. RGB value is (158,90,113). Sum of RGB (Red+Green+Blue) = 158+90+113=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A71 is #61A58E. Grayscale: #707070. Windows color (decimal): -6399375 or 7428766. OLE color: 7428766.

HSL color Cylindrical-coordinate representation of color #9E5A71: hue angle of 339.71º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A71 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 90 113 -
CMYK 0 0.43 0.28 0.38
HSL 339.71º 0.27% 0.49% -
HSV(B) 339.71º 0.43% 0.62% -
XYZ 20.74 15.77 17.57 -
YUV 112.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 158 90 113 0 0.43 0.28 0.38 339.71 0.27 0.49
Hex 9E 5A 71 0 2B 1C 26 154 1B 31
Octal 236 132 161 0 53 34 46 524 33 61
Binary 10011110 1011010 1110001 0 101011 11100 100110 101010100 11011 110001

Color Harmonies of #9E5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5A71

Black with #9E5A71

Text Example


Text Example

White with #9E5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5A71; }

 p { color: rgb(158,90,113); }

 H1.HeaderClassName
 {
   color: #9E5A71;
 }
 .AnyTagClassName
 {
   color: #9E5A71;
 }
</style>

background-color css

<style>
 a { background-color: #9E5A71; }

 a { background-color: rgb(158,90,113); }

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

border-color css

<style>
 span { border-color: #9E5A71; }

 span { border-color: rgb(158,90,113); }

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