#915872

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

Shades of Mauve Taupe #915872

Tints of Mauve Taupe #915872

Color information

#915872 (or 0x915872) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 72. RGB value is (145,88,114). Sum of RGB (Red+Green+Blue) = 145+88+114=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915872 is #6EA78D. Grayscale: #6B6B6B. Windows color (decimal): -7251854 or 7493777. OLE color: 7493777.

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

Color convert

RGB14588114-
CMYK00.390.210.43
HSL332.63º24.46%45.69%-
HSV(B)332.63º39.31%56.86%-
XYZ18.214.2117.7-
YUV108.01131.38154.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=41.79%
G=25.36%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458811400.390.210.43332.6324.4645.69
Hex915872027152B14d182e
Octal22113016204725535153056
Binary100100011011000111001001001111010110101110100110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915872; }

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

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

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

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

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

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

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

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