#995372

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

Shades of Mauve Taupe #995372

Tints of Mauve Taupe #995372

Color information

#995372 (or 0x995372) is unknown color: approx Mauve Taupe. HEX triplet: 99, 53 and 72. RGB value is (153,83,114). Sum of RGB (Red+Green+Blue) = 153+83+114=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995372 is #66AC8D. Grayscale: #6B6B6B. Windows color (decimal): -6728846 or 7492505. OLE color: 7492505.

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

Color convert

RGB15383114-
CMYK00.460.250.4
HSL333.43º29.66%46.27%-
HSV(B)333.43º45.75%60%-
XYZ19.2714.1717.64-
YUV107.46131.69160.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=43.71%
G=23.71%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538311400.460.250.4333.4329.6646.27
Hex99537202E192814d1e2e
Octal23112316205631505153656
Binary100110011010011111001001011101100110100010100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995372; }

 p { color: rgb(153,83,114); }

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

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

 a { background-color: rgb(153,83,114); }

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

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

 span { border-color: rgb(153,83,114); }

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