Html Css Color HEX #825E71 Mauve Taupe

📋 copy color: '#825E71'

red 130 ◦ green 94 ◦ blue 113

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

Shades of Mauve Taupe #825E71

Tints of Mauve Taupe #825E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 38.58%
G = 27.89%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#825E71 (or 0x825E71) is known color: Mauve Taupe. HEX triplet: 82, 5E and 71. RGB value is (130,94,113). Sum of RGB (Red+Green+Blue) = 130+94+113=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #825E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E71 is #7DA18E. Grayscale: #6A6A6A. Windows color (decimal): -8233359 or 7429762. OLE color: 7429762.

HSL color Cylindrical-coordinate representation of color #825E71: hue angle of 328.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E71 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 113 -
CMYK 0 0.28 0.13 0.49
HSL 328.33º 0.16% 0.44% -
HSV(B) 328.33º 0.28% 0.51% -
XYZ 16.19 13.94 17.46 -
YUV 106.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 130 94 113 0 0.28 0.13 0.49 328.33 0.16 0.44
Hex 82 5E 71 0 1C D 31 148 10 2C
Octal 202 136 161 0 34 15 61 510 20 54
Binary 10000010 1011110 1110001 0 11100 1101 110001 101001000 10000 101100

Color Harmonies of #825E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E71

Black with #825E71

Text Example


Text Example

White with #825E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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