#816771

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

Shades of Mauve Taupe #816771

Tints of Mauve Taupe #816771

Color information

#816771 (or 0x816771) is unknown color: approx Mauve Taupe. HEX triplet: 81, 67 and 71. RGB value is (129,103,113). Sum of RGB (Red+Green+Blue) = 129+103+113=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816771 is #7E988E. Grayscale: #6F6F6F. Windows color (decimal): -8296591 or 7432065. OLE color: 7432065.

HSL color Cylindrical-coordinate representation of color #816771: hue angle of 336.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #816771 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB129103113-
CMYK00.200.120.49
HSL336.92º11.21%45.49%-
HSV(B)336.92º20.16%50.59%-
XYZ16.8815.5617.74-
YUV111.91128.61140.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=37.39%
G=29.86%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910311300.200.120.49336.9211.2145.49
Hex816771014C31151b2d
Octal20114716102414615211355
Binary100000011100111111000101010011001100011010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816771; }

 p { color: rgb(129,103,113); }

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

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

 a { background-color: rgb(129,103,113); }

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

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

 span { border-color: rgb(129,103,113); }

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