#985374

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

Shades of Mauve Taupe #985374

Tints of Mauve Taupe #985374

Color information

#985374 (or 0x985374) is unknown color: approx Mauve Taupe. HEX triplet: 98, 53 and 74. RGB value is (152,83,116). Sum of RGB (Red+Green+Blue) = 152+83+116=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985374 is #67AC8B. Grayscale: #6B6B6B. Windows color (decimal): -6794380 or 7623576. OLE color: 7623576.

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

Color convert

RGB15283116-
CMYK00.450.240.40
HSL331.3º29.36%46.08%-
HSV(B)331.3º45.39%59.61%-
XYZ19.1914.1218.24-
YUV107.39132.86159.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=43.30%
G=23.65%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528311600.450.240.40331.329.3646.08
Hex98537402D182814b1d2e
Octal23012316405530505133556
Binary100110001010011111010001011011100010100010100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985374; }

 p { color: rgb(152,83,116); }

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

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

 a { background-color: rgb(152,83,116); }

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

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

 span { border-color: rgb(152,83,116); }

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