Html Css Color HEX #846271 Mauve Taupe

📋 copy color: '#846271'

red 132 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #846271

Tints of Mauve Taupe #846271

RGB

 RED value IS 132 (51.95% from 255) = 38.48%

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

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

R = 38.48%
G = 28.57%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846271 (or 0x846271) is known color: Mauve Taupe. HEX triplet: 84, 62 and 71. RGB value is (132,98,113). Sum of RGB (Red+Green+Blue) = 132+98+113=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846271 is #7B9D8E. Grayscale: #6D6D6D. Windows color (decimal): -8101263 or 7430788. OLE color: 7430788.

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

Color convert

RGB 132 98 113 -
CMYK 0 0.26 0.14 0.48
HSL 333.53º 0.15% 0.45% -
HSV(B) 333.53º 0.26% 0.52% -
XYZ 16.86 14.83 17.6 -
YUV 109.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 132 98 113 0 0.26 0.14 0.48 333.53 0.15 0.45
Hex 84 62 71 0 1A E 30 14E F 2D
Octal 204 142 161 0 32 16 60 516 17 55
Binary 10000100 1100010 1110001 0 11010 1110 110000 101001110 1111 101101

Color Harmonies of #846271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846271

Black with #846271

Text Example


Text Example

White with #846271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846271; }

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

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

background-color css

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

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

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

border-color css

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

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

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