#816471

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

Shades of Mauve Taupe #816471

Tints of Mauve Taupe #816471

Color information

#816471 (or 0x816471) is unknown color: approx Mauve Taupe. HEX triplet: 81, 64 and 71. RGB value is (129,100,113). Sum of RGB (Red+Green+Blue) = 129+100+113=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #816471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816471 is #7E9B8E. Grayscale: #6E6E6E. Windows color (decimal): -8297359 or 7431297. OLE color: 7431297.

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

Color convert

RGB129100113-
CMYK00.220.120.49
HSL333.1º12.66%44.9%-
HSV(B)333.1º22.48%50.59%-
XYZ16.5914.9717.64-
YUV110.15129.61141.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=37.72%
G=29.24%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910011300.220.120.49333.112.6644.9
Hex816471016C3114dd2d
Octal20114416102614615151555
Binary100000011100100111000101011011001100011010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816471; }

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

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

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

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

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

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

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

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