#856271

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

Shades of Mauve Taupe #856271

Tints of Mauve Taupe #856271

Color information

#856271 (or 0x856271) is unknown color: approx 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

RGB13398113-
CMYK00.260.150.48
HSL334.29º15.15%45.29%-
HSV(B)334.29º26.32%52.16%-
XYZ17.0214.9117.6-
YUV110.18129.6144.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339811300.260.150.48334.2915.1545.29
Hex85627101AF3014ef2d
Octal20514216103217605161755
Binary100001011100010111000101101011111100001010011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>