Html Css Color HEX #885871 Mauve Taupe

📋 copy color: '#885871'

red 136 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #885871

Tints of Mauve Taupe #885871

RGB

 RED value IS 136 (53.52% from 255) = 40.36%

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 40.36%
G = 26.11%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885871 (or 0x885871) is known color: Mauve Taupe. HEX triplet: 88, 58 and 71. RGB value is (136,88,113). Sum of RGB (Red+Green+Blue) = 136+88+113=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885871 is #77A78E. Grayscale: #696969. Windows color (decimal): -7841679 or 7428232. OLE color: 7428232.

HSL color Cylindrical-coordinate representation of color #885871: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885871 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 113 -
CMYK 0 0.35 0.17 0.47
HSL 328.75º 0.21% 0.44% -
HSV(B) 328.75º 0.35% 0.53% -
XYZ 16.62 13.41 17.33 -
YUV 105.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 136 88 113 0 0.35 0.17 0.47 328.75 0.21 0.44
Hex 88 58 71 0 23 11 2F 149 15 2C
Octal 210 130 161 0 43 21 57 511 25 54
Binary 10001000 1011000 1110001 0 100011 10001 101111 101001001 10101 101100

Color Harmonies of #885871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885871

Black with #885871

Text Example


Text Example

White with #885871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885871; }

 p { color: rgb(136,88,113); }

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

background-color css

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

 a { background-color: rgb(136,88,113); }

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

border-color css

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

 span { border-color: rgb(136,88,113); }

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