Html Css Color HEX #816271 Mauve Taupe

📋 copy color: '#816271'

red 129 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #816271

Tints of Mauve Taupe #816271

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 value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 129 98 113 -
CMYK 0 0.24 0.12 0.49
HSL 330.97º 0.14% 0.45% -
HSV(B) 330.97º 0.24% 0.51% -
XYZ 16.4 14.59 17.58 -
YUV 108.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 129 98 113 0 0.24 0.12 0.49 330.97 0.14 0.45
Hex 81 62 71 0 18 C 31 14B E 2D
Octal 201 142 161 0 30 14 61 513 16 55
Binary 10000001 1100010 1110001 0 11000 1100 110001 101001011 1110 101101

Color Harmonies of #816271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816271

Black with #816271

Text Example


Text Example

White with #816271

Text Example


Text Example

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