#995473

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

Shades of Mauve Taupe #995473

Tints of Mauve Taupe #995473

Color information

#995473 (or 0x995473) is unknown color: approx Mauve Taupe. HEX triplet: 99, 54 and 73. RGB value is (153,84,115). Sum of RGB (Red+Green+Blue) = 153+84+115=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995473 is #66AB8C. Grayscale: #6C6C6C. Windows color (decimal): -6728589 or 7558297. OLE color: 7558297.

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

Color convert

RGB15384115-
CMYK00.450.250.4
HSL333.04º29.11%46.47%-
HSV(B)333.04º45.1%60%-
XYZ19.414.3517.97-
YUV108.16131.86159.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=43.47%
G=23.86%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538411500.450.250.4333.0429.1146.47
Hex99547302D192814d1d2e
Octal23112416305531505153556
Binary100110011010100111001101011011100110100010100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995473; }

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

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

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

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

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

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

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

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