#855A6E

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

Shades of Mauve Taupe #855A6E

Tints of Mauve Taupe #855A6E

Color information

#855A6E (or 0x855A6E) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5A and 6E. RGB value is (133,90,110). Sum of RGB (Red+Green+Blue) = 133+90+110=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A6E is #7AA591. Grayscale: #696969. Windows color (decimal): -8037778 or 7232133. OLE color: 7232133.

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

Color convert

RGB13390110-
CMYK00.320.170.48
HSL332.09º19.28%43.73%-
HSV(B)332.09º32.33%52.16%-
XYZ16.1413.4216.49-
YUV105.14130.75147.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=39.94%
G=27.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339011000.320.170.48332.0919.2843.73
Hex855A6E020113014c132c
Octal20513215604021605142354
Binary100001011011010110111001000001000111000010100110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,110); }

 H1.HeaderClassName
 {
   color: #855A6E;
 }
 .AnyTagClassName
 {
   color: #855A6E;
 }
</style>
background-color css

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

 a { background-color: rgb(133,90,110); }

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

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

 span { border-color: rgb(133,90,110); }

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