#90576C

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

Shades of Mauve Taupe #90576C

Tints of Mauve Taupe #90576C

Color information

#90576C (or 0x90576C) is unknown color: approx Mauve Taupe. HEX triplet: 90, 57 and 6C. RGB value is (144,87,108). Sum of RGB (Red+Green+Blue) = 144+87+108=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90576C is #6FA893. Grayscale: #6A6A6A. Windows color (decimal): -7317652 or 7100304. OLE color: 7100304.

HSL color Cylindrical-coordinate representation of color #90576C: hue angle of 337.89º 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 #90576C is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14487108-
CMYK00.400.250.44
HSL337.89º24.68%45.29%-
HSV(B)337.89º39.58%56.47%-
XYZ17.6213.8315.93-
YUV106.44128.88154.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=42.48%
G=25.66%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448710800.400.250.44337.8924.6845.29
Hex90576C028192C152192d
Octal22012715405031545223155
Binary100100001010111110110001010001100110110010101001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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