#94586F

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

Shades of Mauve Taupe #94586F

Tints of Mauve Taupe #94586F

Color information

#94586F (or 0x94586F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 6F. RGB value is (148,88,111). Sum of RGB (Red+Green+Blue) = 148+88+111=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #94586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94586F is #6BA790. Grayscale: #6C6C6C. Windows color (decimal): -7055249 or 7297172. OLE color: 7297172.

HSL color Cylindrical-coordinate representation of color #94586F: hue angle of 337º degrees, saturation: 0.25, 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 #94586F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14888111-
CMYK00.410.250.42
HSL337º25.42%46.27%-
HSV(B)337º40.54%58.04%-
XYZ18.5714.4216.84-
YUV108.56129.38156.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=42.65%
G=25.36%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488811100.410.250.4233725.4246.27
Hex94586F029192A151192e
Octal22413015705131525213156
Binary100101001011000110111101010011100110101010101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94586F; }

 p { color: rgb(148,88,111); }

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

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

 a { background-color: rgb(148,88,111); }

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

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

 span { border-color: rgb(148,88,111); }

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