#945875

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

Shades of Mauve Taupe #945875

Tints of Mauve Taupe #945875

Color information

#945875 (or 0x945875) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 75. RGB value is (148,88,117). Sum of RGB (Red+Green+Blue) = 148+88+117=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945875 is #6BA78A. Grayscale: #6D6D6D. Windows color (decimal): -7055243 or 7690388. OLE color: 7690388.

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

Color convert

RGB14888117-
CMYK00.410.210.42
HSL331º25.42%46.27%-
HSV(B)331º40.54%58.04%-
XYZ18.9114.5618.64-
YUV109.25132.38155.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=41.93%
G=24.93%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488811700.410.210.4233125.4246.27
Hex945875029152A14b192e
Octal22413016505125525133156
Binary100101001011000111010101010011010110101010100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945875; }

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

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

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

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

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

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

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

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