#995572

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

Shades of Mauve Taupe #995572

Tints of Mauve Taupe #995572

Color information

#995572 (or 0x995572) is unknown color: approx Mauve Taupe. HEX triplet: 99, 55 and 72. RGB value is (153,85,114). Sum of RGB (Red+Green+Blue) = 153+85+114=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995572 is #66AA8D. Grayscale: #6C6C6C. Windows color (decimal): -6728334 or 7493017. OLE color: 7493017.

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

Color convert

RGB15385114-
CMYK00.440.250.4
HSL334.41º28.57%46.67%-
HSV(B)334.41º44.44%60%-
XYZ19.4214.4817.69-
YUV108.64131.03159.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=43.47%
G=24.15%
B=32.39%

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
Decimal1538511400.440.250.4334.4128.5746.67
Hex99557202C192814e1d2f
Octal23112516205431505163557
Binary100110011010101111001001011001100110100010100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995572; }

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

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

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

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

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

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

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

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