#8F5A73

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

Shades of Mauve Taupe #8F5A73

Tints of Mauve Taupe #8F5A73

Color information

#8F5A73 (or 0x8F5A73) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5A and 73. RGB value is (143,90,115). Sum of RGB (Red+Green+Blue) = 143+90+115=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A73 is #70A58C. Grayscale: #6C6C6C. Windows color (decimal): -7382413 or 7559823. OLE color: 7559823.

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

Color convert

RGB14390115-
CMYK00.370.200.44
HSL331.7º22.75%45.69%-
HSV(B)331.7º37.06%56.08%-
XYZ18.0814.3918.04-
YUV108.7131.56152.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.09%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=41.09%
G=25.86%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439011500.370.200.44331.722.7545.69
Hex8F5A73025142C14c172e
Octal21713216304524545142756
Binary100011111011010111001101001011010010110010100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,115); }

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

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

 a { background-color: rgb(143,90,115); }

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

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

 span { border-color: rgb(143,90,115); }

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