#935871

Color #935871 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #935871

Tints of Mauve Taupe #935871

Color information

#935871 (or 0x935871) is unknown color: approx 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

RGB14788113-
CMYK00.400.230.42
HSL334.58º25.11%46.08%-
HSV(B)334.58º40.14%57.65%-
XYZ18.514.3717.42-
YUV108.49130.55155.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478811300.400.230.42334.5825.1146.08
Hex935871028172A14f192e
Octal22313016105027525173156
Binary100100111011000111000101010001011110101010100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>