#93576B

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

Shades of Mauve Taupe #93576B

Tints of Mauve Taupe #93576B

Color information

#93576B (or 0x93576B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 57 and 6B. RGB value is (147,87,107). Sum of RGB (Red+Green+Blue) = 147+87+107=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93576B is #6CA894. Grayscale: #6B6B6B. Windows color (decimal): -7121045 or 7034771. OLE color: 7034771.

HSL color Cylindrical-coordinate representation of color #93576B: hue angle of 340º 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 #93576B is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14787107-
CMYK00.410.270.42
HSL340º25.64%45.88%-
HSV(B)340º40.82%57.65%-
XYZ18.0914.0815.67-
YUV107.22127.88156.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=43.11%
G=25.51%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478710700.410.270.4234025.6445.88
Hex93576B0291B2A1541a2e
Octal22312715305133525243256
Binary100100111010111110101101010011101110101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93576B; }

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

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

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

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

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

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

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

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