#816271

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

Shades of Mauve Taupe #816271

Tints of Mauve Taupe #816271

Color information

#816271 (or 0x816271) is unknown color: approx Mauve Taupe. HEX triplet: 81, 62 and 71. RGB value is (129,98,113). Sum of RGB (Red+Green+Blue) = 129+98+113=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #816271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816271 is #7E9D8E. Grayscale: #6C6C6C. Windows color (decimal): -8297871 or 7430785. OLE color: 7430785.

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

Color convert

RGB12998113-
CMYK00.240.120.49
HSL330.97º13.66%44.51%-
HSV(B)330.97º24.03%50.59%-
XYZ16.414.5917.58-
YUV108.98130.27142.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=37.94%
G=28.82%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299811300.240.120.49330.9713.6644.51
Hex816271018C3114be2d
Octal20114216103014615131655
Binary100000011100010111000101100011001100011010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816271; }

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

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

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

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

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

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

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

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