#90576F

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

Shades of Mauve Taupe #90576F

Tints of Mauve Taupe #90576F

Color information

#90576F (or 0x90576F) is unknown color: approx Mauve Taupe. HEX triplet: 90, 57 and 6F. RGB value is (144,87,111). Sum of RGB (Red+Green+Blue) = 144+87+111=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90576F is #6FA890. Grayscale: #6A6A6A. Windows color (decimal): -7317649 or 7296912. OLE color: 7296912.

HSL color Cylindrical-coordinate representation of color #90576F: hue angle of 334.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90576F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14487111-
CMYK00.400.230.44
HSL334.74º24.68%45.29%-
HSV(B)334.74º39.58%56.47%-
XYZ17.7813.8916.78-
YUV106.78130.38154.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=42.11%
G=25.44%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448711100.400.230.44334.7424.6845.29
Hex90576F028172C14f192d
Octal22012715705027545173155
Binary100100001010111110111101010001011110110010100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90576F; }

 p { color: rgb(144,87,111); }

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

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

 a { background-color: rgb(144,87,111); }

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

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

 span { border-color: rgb(144,87,111); }

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