#93576D

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

Shades of Mauve Taupe #93576D

Tints of Mauve Taupe #93576D

Color information

#93576D (or 0x93576D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 57 and 6D. RGB value is (147,87,109). Sum of RGB (Red+Green+Blue) = 147+87+109=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93576D is #6CA892. Grayscale: #6B6B6B. Windows color (decimal): -7121043 or 7165843. OLE color: 7165843.

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

Color convert

RGB14787109-
CMYK00.410.260.42
HSL338º25.64%45.88%-
HSV(B)338º40.82%57.65%-
XYZ18.214.1216.23-
YUV107.45128.88156.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=42.86%
G=25.36%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478710900.410.260.4233825.6445.88
Hex93576D0291A2A1521a2e
Octal22312715505132525223256
Binary100100111010111110110101010011101010101010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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