#955871

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

Shades of Mauve Taupe #955871

Tints of Mauve Taupe #955871

Color information

#955871 (or 0x955871) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 71. RGB value is (149,88,113). Sum of RGB (Red+Green+Blue) = 149+88+113=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955871 is #6AA78E. Grayscale: #6D6D6D. Windows color (decimal): -6989711 or 7428245. OLE color: 7428245.

HSL color Cylindrical-coordinate representation of color #955871: hue angle of 335.41º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955871 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14988113-
CMYK00.410.240.42
HSL335.41º25.74%46.47%-
HSV(B)335.41º40.94%58.43%-
XYZ18.8614.5617.44-
YUV109.09130.21156.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=42.57%
G=25.14%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498811300.410.240.42335.4125.7446.47
Hex955871029182A14f1a2e
Octal22513016105130525173256
Binary100101011011000111000101010011100010101010100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955871; }

 p { color: rgb(149,88,113); }

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

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

 a { background-color: rgb(149,88,113); }

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

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

 span { border-color: rgb(149,88,113); }

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