#94586b

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

Shades of Mauve Taupe #94586B

Tints of Mauve Taupe #94586B

Color information

#94586B (or 0x94586B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 6B. RGB value is (148,88,107). Sum of RGB (Red+Green+Blue) = 148+88+107=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94586B is #6BA794. Grayscale: #6C6C6C. Windows color (decimal): -7055253 or 7035028. OLE color: 7035028.

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

Color convert

RGB14888107-
CMYK00.410.280.42
HSL341º25.42%46.27%-
HSV(B)341º40.54%58.04%-
XYZ18.3614.3415.71-
YUV108.11127.38156.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=43.15%
G=25.66%
B=31.20%

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
Decimal1488810700.410.280.4234125.4246.27
Hex94586B0291C2A155192e
Octal22413015305134525253156
Binary100101001011000110101101010011110010101010101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94586b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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