Html Css Color HEX #855C71 Mauve Taupe

📋 copy color: '#855C71'

red 133 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #855C71

Tints of Mauve Taupe #855C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

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

R = 39.35%
G = 27.22%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855C71 (or 0x855C71) is known color: Mauve Taupe. HEX triplet: 85, 5C and 71. RGB value is (133,92,113). Sum of RGB (Red+Green+Blue) = 133+92+113=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C71 is #7AA38E. Grayscale: #6A6A6A. Windows color (decimal): -8037263 or 7429253. OLE color: 7429253.

HSL color Cylindrical-coordinate representation of color #855C71: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C71 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 113 -
CMYK 0 0.31 0.15 0.48
HSL 329.27º 0.18% 0.44% -
HSV(B) 329.27º 0.31% 0.52% -
XYZ 16.48 13.83 17.42 -
YUV 106.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 133 92 113 0 0.31 0.15 0.48 329.27 0.18 0.44
Hex 85 5C 71 0 1F F 30 149 12 2C
Octal 205 134 161 0 37 17 60 511 22 54
Binary 10000101 1011100 1110001 0 11111 1111 110000 101001001 10010 101100

Color Harmonies of #855C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C71

Black with #855C71

Text Example


Text Example

White with #855C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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