Html Css Color HEX #816071 Mauve Taupe

📋 copy color: '#816071'

red 129 ◦ green 96 ◦ blue 113

#816071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #816071

Tints of Mauve Taupe #816071

RGB

 RED value IS 129 (50.78% from 255) = 38.17%

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 38.17%
G = 28.4%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#816071 (or 0x816071) is known color: 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

RGB 129 96 113 -
CMYK 0 0.26 0.12 0.49
HSL 329.09º 0.15% 0.44% -
HSV(B) 329.09º 0.26% 0.51% -
XYZ 16.22 14.23 17.51 -
YUV 107.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 129 96 113 0 0.26 0.12 0.49 329.09 0.15 0.44
Hex 81 60 71 0 1A C 31 149 F 2C
Octal 201 140 161 0 32 14 61 511 17 54
Binary 10000001 1100000 1110001 0 11010 1100 110001 101001001 1111 101100

Color Harmonies of #816071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816071

Black with #816071

Text Example


Text Example

White with #816071

Text Example


Text Example

HTML Codes & Css Web 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>