Html Css Color HEX #856271 Mauve Taupe

📋 copy color: '#856271'

red 133 ◦ green 98 ◦ blue 113

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

Shades of Mauve Taupe #856271

Tints of Mauve Taupe #856271

RGB

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

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

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

R = 38.66%
G = 28.49%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856271 (or 0x856271) is known color: Mauve Taupe. HEX triplet: 85, 62 and 71. RGB value is (133,98,113). Sum of RGB (Red+Green+Blue) = 133+98+113=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856271 is #7A9D8E. Grayscale: #6E6E6E. Windows color (decimal): -8035727 or 7430789. OLE color: 7430789.

HSL color Cylindrical-coordinate representation of color #856271: hue angle of 334.29º 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 #856271 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 113 -
CMYK 0 0.26 0.15 0.48
HSL 334.29º 0.15% 0.45% -
HSV(B) 334.29º 0.26% 0.52% -
XYZ 17.02 14.91 17.6 -
YUV 110.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 133 98 113 0 0.26 0.15 0.48 334.29 0.15 0.45
Hex 85 62 71 0 1A F 30 14E F 2D
Octal 205 142 161 0 32 17 60 516 17 55
Binary 10000101 1100010 1110001 0 11010 1111 110000 101001110 1111 101101

Color Harmonies of #856271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856271

Black with #856271

Text Example


Text Example

White with #856271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856271; }

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

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

background-color css

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

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

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

border-color css

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

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

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