#945773

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

Shades of Mauve Taupe #945773

Tints of Mauve Taupe #945773

Color information

#945773 (or 0x945773) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 73. RGB value is (148,87,115). Sum of RGB (Red+Green+Blue) = 148+87+115=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945773 is #6BA88C. Grayscale: #6C6C6C. Windows color (decimal): -7055501 or 7559060. OLE color: 7559060.

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

Color convert

RGB14887115-
CMYK00.410.220.42
HSL332.46º25.96%46.08%-
HSV(B)332.46º41.22%58.04%-
XYZ18.7214.3518-
YUV108.43131.71156.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=42.29%
G=24.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711500.410.220.42332.4625.9646.08
Hex945773029162A14c1a2e
Octal22412716305126525143256
Binary100101001010111111001101010011011010101010100110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945773; }

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

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

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

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

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

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

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

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