#985571

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

Shades of Mauve Taupe #985571

Tints of Mauve Taupe #985571

Color information

#985571 (or 0x985571) is unknown color: approx Mauve Taupe. HEX triplet: 98, 55 and 71. RGB value is (152,85,113). Sum of RGB (Red+Green+Blue) = 152+85+113=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #985571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985571 is #67AA8E. Grayscale: #6C6C6C. Windows color (decimal): -6793871 or 7427480. OLE color: 7427480.

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

Color convert

RGB15285113-
CMYK00.440.260.40
HSL334.93º28.27%46.47%-
HSV(B)334.93º44.08%59.61%-
XYZ19.1814.3617.38-
YUV108.22130.7159.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=43.43%
G=24.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528511300.440.260.40334.9328.2746.47
Hex98557102C1A2814f1c2e
Octal23012516105432505173456
Binary100110001010101111000101011001101010100010100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985571; }

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

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

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

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

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

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

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

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