Html Css Color HEX #826271 Mauve Taupe

📋 copy color: '#826271'

red 130 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #826271

Tints of Mauve Taupe #826271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 38.12%
G = 28.74%
B = 33.14%

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

#826271 (or 0x826271) is known color: Mauve Taupe. HEX triplet: 82, 62 and 71. RGB value is (130,98,113). Sum of RGB (Red+Green+Blue) = 130+98+113=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #826271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826271 is #7D9D8E. Grayscale: #6D6D6D. Windows color (decimal): -8232335 or 7430786. OLE color: 7430786.

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

Color convert

RGB 130 98 113 -
CMYK 0 0.25 0.13 0.49
HSL 331.88º 0.14% 0.45% -
HSV(B) 331.88º 0.25% 0.51% -
XYZ 16.55 14.67 17.58 -
YUV 109.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 130 98 113 0 0.25 0.13 0.49 331.88 0.14 0.45
Hex 82 62 71 0 19 D 31 14C E 2D
Octal 202 142 161 0 31 15 61 514 16 55
Binary 10000010 1100010 1110001 0 11001 1101 110001 101001100 1110 101101

Color Harmonies of #826271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826271

Black with #826271

Text Example


Text Example

White with #826271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826271; }

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

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

background-color css

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

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

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

border-color css

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

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

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