#995573

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

Shades of Mauve Taupe #995573

Tints of Mauve Taupe #995573

Color information

#995573 (or 0x995573) is unknown color: approx Mauve Taupe. HEX triplet: 99, 55 and 73. RGB value is (153,85,115). Sum of RGB (Red+Green+Blue) = 153+85+115=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995573 is #66AA8C. Grayscale: #6C6C6C. Windows color (decimal): -6728333 or 7558553. OLE color: 7558553.

HSL color Cylindrical-coordinate representation of color #995573: hue angle of 333.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995573 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15385115-
CMYK00.440.250.4
HSL333.53º28.57%46.67%-
HSV(B)333.53º44.44%60%-
XYZ19.4814.5117.99-
YUV108.75131.53159.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=43.34%
G=24.08%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538511500.440.250.4333.5328.5746.67
Hex99557302C192814e1d2f
Octal23112516305431505163557
Binary100110011010101111001101011001100110100010100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995573; }

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

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

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

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

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

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

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

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