Html Css Color HEX #856471 Mauve Taupe

📋 copy color: '#856471'

red 133 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #856471

Tints of Mauve Taupe #856471

RGB

 RED value IS 133 (52.34% from 255) = 38.44%

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 38.44%
G = 28.9%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856471 (or 0x856471) is known color: Mauve Taupe. HEX triplet: 85, 64 and 71. RGB value is (133,100,113). Sum of RGB (Red+Green+Blue) = 133+100+113=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856471 is #7A9B8E. Grayscale: #6F6F6F. Windows color (decimal): -8035215 or 7431301. OLE color: 7431301.

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

Color convert

RGB 133 100 113 -
CMYK 0 0.25 0.15 0.48
HSL 336.36º 0.14% 0.46% -
HSV(B) 336.36º 0.25% 0.52% -
XYZ 17.21 15.29 17.67 -
YUV 111.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 133 100 113 0 0.25 0.15 0.48 336.36 0.14 0.46
Hex 85 64 71 0 19 F 30 150 E 2E
Octal 205 144 161 0 31 17 60 520 16 56
Binary 10000101 1100100 1110001 0 11001 1111 110000 101010000 1110 101110

Color Harmonies of #856471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856471

Black with #856471

Text Example


Text Example

White with #856471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856471; }

 p { color: rgb(133,100,113); }

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

background-color css

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

 a { background-color: rgb(133,100,113); }

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

border-color css

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

 span { border-color: rgb(133,100,113); }

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