#975871

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

Shades of Mauve Taupe #975871

Tints of Mauve Taupe #975871

Color information

#975871 (or 0x975871) is unknown color: approx Mauve Taupe. HEX triplet: 97, 58 and 71. RGB value is (151,88,113). Sum of RGB (Red+Green+Blue) = 151+88+113=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975871 is #68A78E. Grayscale: #6D6D6D. Windows color (decimal): -6858639 or 7428247. OLE color: 7428247.

HSL color Cylindrical-coordinate representation of color #975871: hue angle of 336.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975871 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15188113-
CMYK00.420.250.41
HSL336.19º26.36%46.86%-
HSV(B)336.19º41.72%59.22%-
XYZ19.2314.7517.46-
YUV109.69129.87157.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=42.90%
G=25%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518811300.420.250.41336.1926.3646.86
Hex97587102A19291501a2f
Octal22713016105231515203257
Binary100101111011000111000101010101100110100110101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975871; }

 p { color: rgb(151,88,113); }

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

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

 a { background-color: rgb(151,88,113); }

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

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

 span { border-color: rgb(151,88,113); }

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