Html Css Color HEX #935571 Mauve Taupe

📋 copy color: '#935571'

red 147 ◦ green 85 ◦ blue 113

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

Shades of Mauve Taupe #935571

Tints of Mauve Taupe #935571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 42.61%
G = 24.64%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#935571 (or 0x935571) is known color: Mauve Taupe. HEX triplet: 93, 55 and 71. RGB value is (147,85,113). Sum of RGB (Red+Green+Blue) = 147+85+113=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #935571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935571 is #6CAA8E. Grayscale: #6A6A6A. Windows color (decimal): -7121551 or 7427475. OLE color: 7427475.

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

Color convert

RGB 147 85 113 -
CMYK 0 0.42 0.23 0.42
HSL 332.9º 0.27% 0.45% -
HSV(B) 332.9º 0.42% 0.58% -
XYZ 18.26 13.89 17.34 -
YUV 106.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 147 85 113 0 0.42 0.23 0.42 332.9 0.27 0.45
Hex 93 55 71 0 2A 17 2A 14D 1B 2D
Octal 223 125 161 0 52 27 52 515 33 55
Binary 10010011 1010101 1110001 0 101010 10111 101010 101001101 11011 101101

Color Harmonies of #935571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935571

Black with #935571

Text Example


Text Example

White with #935571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935571; }

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

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

background-color css

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

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

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

border-color css

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

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

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