#8C5871

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

Shades of Mauve Taupe #8C5871

Tints of Mauve Taupe #8C5871

Color information

#8C5871 (or 0x8C5871) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 58 and 71. RGB value is (140,88,113). Sum of RGB (Red+Green+Blue) = 140+88+113=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5871 is #73A78E. Grayscale: #6A6A6A. Windows color (decimal): -7579535 or 7428236. OLE color: 7428236.

HSL color Cylindrical-coordinate representation of color #8C5871: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5871 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB14088113-
CMYK00.370.190.45
HSL331.15º22.81%44.71%-
HSV(B)331.15º37.14%54.9%-
XYZ17.2913.7517.37-
YUV106.4131.73151.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=41.06%
G=25.81%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408811300.370.190.45331.1522.8144.71
Hex8C5871025132D14b172d
Octal21413016104523555132755
Binary100011001011000111000101001011001110110110100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,88,113); }

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

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

 a { background-color: rgb(140,88,113); }

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

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

 span { border-color: rgb(140,88,113); }

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