#885871

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

Shades of Mauve Taupe #885871

Tints of Mauve Taupe #885871

Color information

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

RGB13688113-
CMYK00.350.170.47
HSL328.75º21.43%43.92%-
HSV(B)328.75º35.29%53.33%-
XYZ16.6213.4117.33-
YUV105.2132.4149.97-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368811300.350.170.47328.7521.4343.92
Hex885871023112F149152c
Octal21013016104321575112554
Binary100010001011000111000101000111000110111110100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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