Html Css Color HEX #836171 Mauve Taupe

📋 copy color: '#836171'

red 131 ◦ green 97 ◦ blue 113

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

Shades of Mauve Taupe #836171

Tints of Mauve Taupe #836171

RGB

 RED value IS 131 (51.56% from 255) = 38.42%

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

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

R = 38.42%
G = 28.45%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#836171 (or 0x836171) is known color: Mauve Taupe. HEX triplet: 83, 61 and 71. RGB value is (131,97,113). Sum of RGB (Red+Green+Blue) = 131+97+113=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #836171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836171 is #7C9E8E. Grayscale: #6C6C6C. Windows color (decimal): -8167055 or 7430531. OLE color: 7430531.

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

Color convert

RGB 131 97 113 -
CMYK 0 0.26 0.14 0.49
HSL 331.76º 0.15% 0.45% -
HSV(B) 331.76º 0.26% 0.51% -
XYZ 16.62 14.57 17.56 -
YUV 108.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 131 97 113 0 0.26 0.14 0.49 331.76 0.15 0.45
Hex 83 61 71 0 1A E 31 14C F 2D
Octal 203 141 161 0 32 16 61 514 17 55
Binary 10000011 1100001 1110001 0 11010 1110 110001 101001100 1111 101101

Color Harmonies of #836171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836171

Black with #836171

Text Example


Text Example

White with #836171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836171; }

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

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

background-color css

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

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

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

border-color css

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

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

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