#985471

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

Shades of Mauve Taupe #985471

Tints of Mauve Taupe #985471

Color information

#985471 (or 0x985471) is unknown color: approx Mauve Taupe. HEX triplet: 98, 54 and 71. RGB value is (152,84,113). Sum of RGB (Red+Green+Blue) = 152+84+113=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #985471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985471 is #67AB8E. Grayscale: #6B6B6B. Windows color (decimal): -6794127 or 7427224. OLE color: 7427224.

HSL color Cylindrical-coordinate representation of color #985471: hue angle of 334.41º 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 #985471 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15284113-
CMYK00.450.260.40
HSL334.41º28.81%46.27%-
HSV(B)334.41º44.74%59.61%-
XYZ19.114.2117.36-
YUV107.64131.03159.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=43.55%
G=24.07%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528411300.450.260.40334.4128.8146.27
Hex98547102D1A2814e1d2e
Octal23012416105532505163556
Binary100110001010100111000101011011101010100010100111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985471; }

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

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

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

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

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

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

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

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