#816070

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

Shades of Mauve Taupe #816070

Tints of Mauve Taupe #816070

Color information

#816070 (or 0x816070) is unknown color: approx Mauve Taupe. HEX triplet: 81, 60 and 70. RGB value is (129,96,112). Sum of RGB (Red+Green+Blue) = 129+96+112=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816070 is #7E9F8F. Grayscale: #6B6B6B. Windows color (decimal): -8298384 or 7364737. OLE color: 7364737.

HSL color Cylindrical-coordinate representation of color #816070: hue angle of 330.91º 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 #816070 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB12996112-
CMYK00.260.130.49
HSL330.91º14.67%44.12%-
HSV(B)330.91º25.58%50.59%-
XYZ16.1614.217.22-
YUV107.69130.43143.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=38.28%
G=28.49%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299611200.260.130.49330.9114.6744.12
Hex81607001AD3114bf2c
Octal20114016003215615131754
Binary100000011100000111000001101011011100011010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816070; }

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

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

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

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

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

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

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

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