#905873

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

Shades of Mauve Taupe #905873

Tints of Mauve Taupe #905873

Color information

#905873 (or 0x905873) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 73. RGB value is (144,88,115). Sum of RGB (Red+Green+Blue) = 144+88+115=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905873 is #6FA78C. Grayscale: #6B6B6B. Windows color (decimal): -7317389 or 7559312. OLE color: 7559312.

HSL color Cylindrical-coordinate representation of color #905873: hue angle of 331.07º 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 #905873 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14488115-
CMYK00.390.200.44
HSL331.07º24.14%45.49%-
HSV(B)331.07º38.89%56.47%-
XYZ18.0914.1518-
YUV107.82132.05153.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=41.50%
G=25.36%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448811500.390.200.44331.0724.1445.49
Hex905873027142C14b182d
Octal22013016304724545133055
Binary100100001011000111001101001111010010110010100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905873; }

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

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

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

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

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

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

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

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