#94576D

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

Shades of Mauve Taupe #94576D

Tints of Mauve Taupe #94576D

Color information

#94576D (or 0x94576D) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 6D. RGB value is (148,87,109). Sum of RGB (Red+Green+Blue) = 148+87+109=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94576D is #6BA892. Grayscale: #6B6B6B. Windows color (decimal): -7055507 or 7165844. OLE color: 7165844.

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

Color convert

RGB14887109-
CMYK00.410.260.42
HSL338.36º25.96%46.08%-
HSV(B)338.36º41.22%58.04%-
XYZ18.3814.2216.24-
YUV107.75128.71156.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=43.02%
G=25.29%
B=31.69%

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
Decimal1488710900.410.260.42338.3625.9646.08
Hex94576D0291A2A1521a2e
Octal22412715505132525223256
Binary100101001010111110110101010011101010101010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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