Html Css Color HEX #825F71 Mauve Taupe

📋 copy color: '#825F71'

red 130 ◦ green 95 ◦ blue 113

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

Shades of Mauve Taupe #825F71

Tints of Mauve Taupe #825F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

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

R = 38.46%
G = 28.11%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#825F71 (or 0x825F71) is known color: Mauve Taupe. HEX triplet: 82, 5F and 71. RGB value is (130,95,113). Sum of RGB (Red+Green+Blue) = 130+95+113=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #825F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F71 is #7DA08E. Grayscale: #6B6B6B. Windows color (decimal): -8233103 or 7430018. OLE color: 7430018.

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

Color convert

RGB 130 95 113 -
CMYK 0 0.27 0.13 0.49
HSL 329.14º 0.16% 0.44% -
HSV(B) 329.14º 0.27% 0.51% -
XYZ 16.28 14.12 17.49 -
YUV 107.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 130 95 113 0 0.27 0.13 0.49 329.14 0.16 0.44
Hex 82 5F 71 0 1B D 31 149 10 2C
Octal 202 137 161 0 33 15 61 511 20 54
Binary 10000010 1011111 1110001 0 11011 1101 110001 101001001 10000 101100

Color Harmonies of #825F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F71

Black with #825F71

Text Example


Text Example

White with #825F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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