#8F6172

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

Shades of Mauve Taupe #8F6172

Tints of Mauve Taupe #8F6172

Color information

#8F6172 (or 0x8F6172) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 72. RGB value is (143,97,114). Sum of RGB (Red+Green+Blue) = 143+97+114=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6172 is #709E8D. Grayscale: #707070. Windows color (decimal): -7380622 or 7496079. OLE color: 7496079.

HSL color Cylindrical-coordinate representation of color #8F6172: hue angle of 337.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6172 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14397114-
CMYK00.320.200.44
HSL337.83º19.17%47.06%-
HSV(B)337.83º32.17%56.08%-
XYZ18.6415.617.95-
YUV112.69128.74149.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=40.40%
G=27.40%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439711400.320.200.44337.8319.1747.06
Hex8F6172020142C152132f
Octal21714116204024545222357
Binary100011111100001111001001000001010010110010101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,114); }

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

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

 a { background-color: rgb(143,97,114); }

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

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

 span { border-color: rgb(143,97,114); }

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