#905573

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

Shades of Mauve Taupe #905573

Tints of Mauve Taupe #905573

Color information

#905573 (or 0x905573) is unknown color: approx Mauve Taupe. HEX triplet: 90, 55 and 73. RGB value is (144,85,115). Sum of RGB (Red+Green+Blue) = 144+85+115=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905573 is #6FAA8C. Grayscale: #6A6A6A. Windows color (decimal): -7318157 or 7558544. OLE color: 7558544.

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

Color convert

RGB14485115-
CMYK00.410.200.44
HSL329.49º25.76%44.9%-
HSV(B)329.49º40.97%56.47%-
XYZ17.8413.6617.92-
YUV106.06133.05155.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 115 (45.31% from 255) = 33.43%
R=41.86%
G=24.71%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448511500.410.200.44329.4925.7644.9
Hex905573029142C1491a2d
Octal22012516305124545113255
Binary100100001010101111001101010011010010110010100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905573; }

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

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

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

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

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

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

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

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