Html Css Color HEX #856071 Mauve Taupe

📋 copy color: '#856071'

red 133 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #856071

Tints of Mauve Taupe #856071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 38.89%
G = 28.07%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856071 (or 0x856071) is known color: Mauve Taupe. HEX triplet: 85, 60 and 71. RGB value is (133,96,113). Sum of RGB (Red+Green+Blue) = 133+96+113=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856071 is #7A9F8E. Grayscale: #6C6C6C. Windows color (decimal): -8036239 or 7430277. OLE color: 7430277.

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

Color convert

RGB 133 96 113 -
CMYK 0 0.28 0.15 0.48
HSL 332.43º 0.16% 0.45% -
HSV(B) 332.43º 0.28% 0.52% -
XYZ 16.84 14.54 17.54 -
YUV 109 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 133 96 113 0 0.28 0.15 0.48 332.43 0.16 0.45
Hex 85 60 71 0 1C F 30 14C 10 2D
Octal 205 140 161 0 34 17 60 514 20 55
Binary 10000101 1100000 1110001 0 11100 1111 110000 101001100 10000 101101

Color Harmonies of #856071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856071

Black with #856071

Text Example


Text Example

White with #856071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856071; }

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

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

background-color css

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

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

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

border-color css

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

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

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