Html Css Color HEX #935871 Mauve Taupe

📋 copy color: '#935871'

red 147 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #935871

Tints of Mauve Taupe #935871

RGB

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

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

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

R = 42.24%
G = 25.29%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#935871 (or 0x935871) is known color: Mauve Taupe. HEX triplet: 93, 58 and 71. RGB value is (147,88,113). Sum of RGB (Red+Green+Blue) = 147+88+113=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #935871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935871 is #6CA78E. Grayscale: #6C6C6C. Windows color (decimal): -7120783 or 7428243. OLE color: 7428243.

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

Color convert

RGB 147 88 113 -
CMYK 0 0.40 0.23 0.42
HSL 334.58º 0.25% 0.46% -
HSV(B) 334.58º 0.4% 0.58% -
XYZ 18.5 14.37 17.42 -
YUV 108.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 147 88 113 0 0.40 0.23 0.42 334.58 0.25 0.46
Hex 93 58 71 0 28 17 2A 14F 19 2E
Octal 223 130 161 0 50 27 52 517 31 56
Binary 10010011 1011000 1110001 0 101000 10111 101010 101001111 11001 101110

Color Harmonies of #935871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935871

Black with #935871

Text Example


Text Example

White with #935871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935871; }

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

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

background-color css

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

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

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

border-color css

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

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

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