Html Css Color HEX #856571 Mauve Taupe

📋 copy color: '#856571'

red 133 ◦ green 101 ◦ blue 113

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

Shades of Mauve Taupe #856571

Tints of Mauve Taupe #856571

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 value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856571 (or 0x856571) is known color: 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

RGB 133 101 113 -
CMYK 0 0.24 0.15 0.48
HSL 337.5º 0.14% 0.46% -
HSV(B) 337.5º 0.24% 0.52% -
XYZ 17.31 15.49 17.7 -
YUV 111.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 133 101 113 0 0.24 0.15 0.48 337.5 0.14 0.46
Hex 85 65 71 0 18 F 30 152 E 2E
Octal 205 145 161 0 30 17 60 522 16 56
Binary 10000101 1100101 1110001 0 11000 1111 110000 101010010 1110 101110

Color Harmonies of #856571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856571

Black with #856571

Text Example


Text Example

White with #856571

Text Example


Text Example

HTML Codes & Css Web 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>