Html Css Color HEX #935771 Mauve Taupe

📋 copy color: '#935771'

red 147 ◦ green 87 ◦ blue 113

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

Shades of Mauve Taupe #935771

Tints of Mauve Taupe #935771

RGB

 RED value IS 147 (57.81% from 255) = 42.36%

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 42.36%
G = 25.07%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#935771 (or 0x935771) is known color: Mauve Taupe. HEX triplet: 93, 57 and 71. RGB value is (147,87,113). Sum of RGB (Red+Green+Blue) = 147+87+113=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935771 is #6CA88E. Grayscale: #6B6B6B. Windows color (decimal): -7121039 or 7427987. OLE color: 7427987.

HSL color Cylindrical-coordinate representation of color #935771: hue angle of 334º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935771 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 87 113 -
CMYK 0 0.41 0.23 0.42
HSL 334º 0.26% 0.46% -
HSV(B) 334º 0.41% 0.58% -
XYZ 18.42 14.21 17.4 -
YUV 107.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 147 87 113 0 0.41 0.23 0.42 334 0.26 0.46
Hex 93 57 71 0 29 17 2A 14E 1A 2E
Octal 223 127 161 0 51 27 52 516 32 56
Binary 10010011 1010111 1110001 0 101001 10111 101010 101001110 11010 101110

Color Harmonies of #935771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935771

Black with #935771

Text Example


Text Example

White with #935771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935771; }

 p { color: rgb(147,87,113); }

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

background-color css

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

 a { background-color: rgb(147,87,113); }

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

border-color css

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

 span { border-color: rgb(147,87,113); }

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