#8D6274

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

Shades of Mauve Taupe #8D6274

Tints of Mauve Taupe #8D6274

Color information

#8D6274 (or 0x8D6274) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 62 and 74. RGB value is (141,98,116). Sum of RGB (Red+Green+Blue) = 141+98+116=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6274 is #729D8B. Grayscale: #707070. Windows color (decimal): -7511436 or 7627405. OLE color: 7627405.

HSL color Cylindrical-coordinate representation of color #8D6274: hue angle of 334.88º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6274 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14198116-
CMYK00.300.180.45
HSL334.88º17.99%46.86%-
HSV(B)334.88º30.5%55.29%-
XYZ18.515.6618.57-
YUV112.91129.75148.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=39.72%
G=27.61%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419811600.300.180.45334.8817.9946.86
Hex8D627401E122D14f122f
Octal21514216403622555172257
Binary10001101110001011101000111101001010110110100111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6274; }

 p { color: rgb(141,98,116); }

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

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

 a { background-color: rgb(141,98,116); }

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

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

 span { border-color: rgb(141,98,116); }

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