Html Css Color HEX #9E5875 Mauve Taupe

📋 copy color: '#9E5875'

red 158 ◦ green 88 ◦ blue 117

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

Shades of Mauve Taupe #9E5875

Tints of Mauve Taupe #9E5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 43.53%
G = 24.24%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E5875 (or 0x9E5875) is known color: Mauve Taupe. HEX triplet: 9E, 58 and 75. RGB value is (158,88,117). Sum of RGB (Red+Green+Blue) = 158+88+117=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5875 is #61A78A. Grayscale: #707070. Windows color (decimal): -6399883 or 7690398. OLE color: 7690398.

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

Color convert

RGB 158 88 117 -
CMYK 0 0.44 0.26 0.38
HSL 335.14º 0.28% 0.48% -
HSV(B) 335.14º 0.44% 0.62% -
XYZ 20.8 15.53 18.73 -
YUV 112.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 158 88 117 0 0.44 0.26 0.38 335.14 0.28 0.48
Hex 9E 58 75 0 2C 1A 26 14F 1C 30
Octal 236 130 165 0 54 32 46 517 34 60
Binary 10011110 1011000 1110101 0 101100 11010 100110 101001111 11100 110000

Color Harmonies of #9E5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5875

Black with #9E5875

Text Example


Text Example

White with #9E5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,88,117); }

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

background-color css

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

 a { background-color: rgb(158,88,117); }

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

border-color css

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

 span { border-color: rgb(158,88,117); }

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