#905871

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

Shades of Mauve Taupe #905871

Tints of Mauve Taupe #905871

Color information

#905871 (or 0x905871) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 71. RGB value is (144,88,113). Sum of RGB (Red+Green+Blue) = 144+88+113=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905871 is #6FA78E. Grayscale: #6B6B6B. Windows color (decimal): -7317391 or 7428240. OLE color: 7428240.

HSL color Cylindrical-coordinate representation of color #905871: hue angle of 333.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905871 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14488113-
CMYK00.390.220.44
HSL333.21º24.14%45.49%-
HSV(B)333.21º38.89%56.47%-
XYZ17.9714.117.4-
YUV107.59131.05153.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=41.74%
G=25.51%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811300.390.220.44333.2124.1445.49
Hex905871027162C14d182d
Octal22013016104726545153055
Binary100100001011000111000101001111011010110010100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905871; }

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

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

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

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

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

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

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

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