#935870

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

Shades of Mauve Taupe #935870

Tints of Mauve Taupe #935870

Color information

#935870 (or 0x935870) is unknown color: approx Mauve Taupe. HEX triplet: 93, 58 and 70. RGB value is (147,88,112). Sum of RGB (Red+Green+Blue) = 147+88+112=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935870 is #6CA78F. Grayscale: #6C6C6C. Windows color (decimal): -7120784 or 7362707. OLE color: 7362707.

HSL color Cylindrical-coordinate representation of color #935870: hue angle of 335.59º 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 #935870 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14788112-
CMYK00.400.240.42
HSL335.59º25.11%46.08%-
HSV(B)335.59º40.14%57.65%-
XYZ18.4514.3517.13-
YUV108.38130.05155.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=42.36%
G=25.36%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478811200.400.240.42335.5925.1146.08
Hex935870028182A150192e
Octal22313016005030525203156
Binary100100111011000111000001010001100010101010101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935870; }

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

 H1.HeaderClassName
 {
   color: #935870;
 }
 .AnyTagClassName
 {
   color: #935870;
 }
</style>
background-color css

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

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

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

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

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

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