#94576B

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

Shades of Mauve Taupe #94576B

Tints of Mauve Taupe #94576B

Color information

#94576B (or 0x94576B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 6B. RGB value is (148,87,107). Sum of RGB (Red+Green+Blue) = 148+87+107=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94576B is #6BA894. Grayscale: #6B6B6B. Windows color (decimal): -7055509 or 7034772. OLE color: 7034772.

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

Color convert

RGB14887107-
CMYK00.410.280.42
HSL340.33º25.96%46.08%-
HSV(B)340.33º41.22%58.04%-
XYZ18.2714.1715.68-
YUV107.52127.71156.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=43.27%
G=25.44%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488710700.410.280.42340.3325.9646.08
Hex94576B0291C2A1541a2e
Octal22412715305134525243256
Binary100101001010111110101101010011110010101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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