#995471

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

Shades of Mauve Taupe #995471

Tints of Mauve Taupe #995471

Color information

#995471 (or 0x995471) is unknown color: approx Mauve Taupe. HEX triplet: 99, 54 and 71. RGB value is (153,84,113). Sum of RGB (Red+Green+Blue) = 153+84+113=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995471 is #66AB8E. Grayscale: #6B6B6B. Windows color (decimal): -6728591 or 7427225. OLE color: 7427225.

HSL color Cylindrical-coordinate representation of color #995471: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995471 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15384113-
CMYK00.450.260.4
HSL334.78º29.11%46.47%-
HSV(B)334.78º45.1%60%-
XYZ19.2914.3117.37-
YUV107.94130.86160.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=43.71%
G=24%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538411300.450.260.4334.7829.1146.47
Hex99547102D1A2814f1d2e
Octal23112416105532505173556
Binary100110011010100111000101011011101010100010100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995471; }

 p { color: rgb(153,84,113); }

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

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

 a { background-color: rgb(153,84,113); }

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

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

 span { border-color: rgb(153,84,113); }

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