#94576E

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

Shades of Mauve Taupe #94576E

Tints of Mauve Taupe #94576E

Color information

#94576E (or 0x94576E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 6E. RGB value is (148,87,110). Sum of RGB (Red+Green+Blue) = 148+87+110=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94576E is #6BA891. Grayscale: #6B6B6B. Windows color (decimal): -7055506 or 7231380. OLE color: 7231380.

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

Color convert

RGB14887110-
CMYK00.410.260.42
HSL337.38º25.96%46.08%-
HSV(B)337.38º41.22%58.04%-
XYZ18.4414.2416.53-
YUV107.86129.21156.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=42.90%
G=25.22%
B=31.88%

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
Decimal1488711000.410.260.42337.3825.9646.08
Hex94576E0291A2A1511a2e
Octal22412715605132525213256
Binary100101001010111110111001010011101010101010101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94576E; }

 p { color: rgb(148,87,110); }

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

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

 a { background-color: rgb(148,87,110); }

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

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

 span { border-color: rgb(148,87,110); }

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