#816071

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

Shades of Mauve Taupe #816071

Tints of Mauve Taupe #816071

Color information

#816071 (or 0x816071) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 71. RGB value is (129,96,113). Sum of RGB (Red+Green+Blue) = 129+96+113=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #816071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816071 is #7E9F8E. Grayscale: #6B6B6B. Windows color (decimal): -8298383 or 7430273. OLE color: 7430273.

HSL color Cylindrical-coordinate representation of color #816071: hue angle of 329.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816071 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12996113-
CMYK00.260.120.49
HSL329.09º14.67%44.12%-
HSV(B)329.09º25.58%50.59%-
XYZ16.2214.2317.51-
YUV107.8130.93143.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=38.17%
G=28.40%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299611300.260.120.49329.0914.6744.12
Hex81607101AC31149f2c
Octal20114016103214615111754
Binary100000011100000111000101101011001100011010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816071; }

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

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

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

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

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

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

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

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