Html Css Color HEX #826171 Mauve Taupe

📋 copy color: '#826171'

red 130 ◦ green 97 ◦ blue 113

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

Shades of Mauve Taupe #826171

Tints of Mauve Taupe #826171

RGB

 RED value IS 130 (51.17% from 255) = 38.24%

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 38.24%
G = 28.53%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#826171 (or 0x826171) is known color: Mauve Taupe. HEX triplet: 82, 61 and 71. RGB value is (130,97,113). Sum of RGB (Red+Green+Blue) = 130+97+113=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #826171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826171 is #7D9E8E. Grayscale: #6C6C6C. Windows color (decimal): -8232591 or 7430530. OLE color: 7430530.

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

Color convert

RGB 130 97 113 -
CMYK 0 0.25 0.13 0.49
HSL 330.91º 0.15% 0.45% -
HSV(B) 330.91º 0.25% 0.51% -
XYZ 16.46 14.49 17.55 -
YUV 108.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 130 97 113 0 0.25 0.13 0.49 330.91 0.15 0.45
Hex 82 61 71 0 19 D 31 14B F 2D
Octal 202 141 161 0 31 15 61 513 17 55
Binary 10000010 1100001 1110001 0 11001 1101 110001 101001011 1111 101101

Color Harmonies of #826171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826171

Black with #826171

Text Example


Text Example

White with #826171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826171; }

 p { color: rgb(130,97,113); }

 H1.HeaderClassName
 {
   color: #826171;
 }
 .AnyTagClassName
 {
   color: #826171;
 }
</style>

background-color css

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

 a { background-color: rgb(130,97,113); }

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

border-color css

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

 span { border-color: rgb(130,97,113); }

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