#945874

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

Shades of Mauve Taupe #945874

Tints of Mauve Taupe #945874

Color information

#945874 (or 0x945874) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 74. RGB value is (148,88,116). Sum of RGB (Red+Green+Blue) = 148+88+116=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945874 is #6BA78B. Grayscale: #6D6D6D. Windows color (decimal): -7055244 or 7624852. OLE color: 7624852.

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

Color convert

RGB14888116-
CMYK00.410.220.42
HSL332º25.42%46.27%-
HSV(B)332º40.54%58.04%-
XYZ18.8514.5418.34-
YUV109.13131.88155.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=42.05%
G=25%
B=32.95%

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
Decimal1488811600.410.220.4233225.4246.27
Hex945874029162A14c192e
Octal22413016405126525143156
Binary100101001011000111010001010011011010101010100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945874; }

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

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

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

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

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

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

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

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