#856571

Color #856571 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #856571

Tints of Mauve Taupe #856571

Color information

#856571 (or 0x856571) is unknown color: approx Mauve Taupe. HEX triplet: 85, 65 and 71. RGB value is (133,101,113). Sum of RGB (Red+Green+Blue) = 133+101+113=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856571 is #7A9A8E. Grayscale: #6F6F6F. Windows color (decimal): -8034959 or 7431557. OLE color: 7431557.

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

Color convert

RGB133101113-
CMYK00.240.150.48
HSL337.5º13.68%45.88%-
HSV(B)337.5º24.06%52.16%-
XYZ17.3115.4917.7-
YUV111.94128.6143.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=38.33%
G=29.11%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310111300.240.150.48337.513.6845.88
Hex856571018F30152e2e
Octal20514516103017605221656
Binary100001011100101111000101100011111100001010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856571; }

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

 H1.HeaderClassName
 {
   color: #856571;
 }
 .AnyTagClassName
 {
   color: #856571;
 }
</style>
background-color css

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

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

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

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

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

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