#915874

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

Shades of Mauve Taupe #915874

Tints of Mauve Taupe #915874

Color information

#915874 (or 0x915874) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 74. RGB value is (145,88,116). Sum of RGB (Red+Green+Blue) = 145+88+116=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #915874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915874 is #6EA78B. Grayscale: #6C6C6C. Windows color (decimal): -7251852 or 7624849. OLE color: 7624849.

HSL color Cylindrical-coordinate representation of color #915874: hue angle of 330.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915874 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14588116-
CMYK00.390.20.43
HSL330.53º24.46%45.69%-
HSV(B)330.53º39.31%56.86%-
XYZ18.3214.2618.31-
YUV108.24132.38154.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=41.55%
G=25.21%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458811600.390.20.43330.5324.4645.69
Hex915874027142B14b182e
Octal22113016404724535133056
Binary100100011011000111010001001111010010101110100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915874; }

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

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

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

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

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

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

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

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