#945871

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

Shades of Mauve Taupe #945871

Tints of Mauve Taupe #945871

Color information

#945871 (or 0x945871) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 71. RGB value is (148,88,113). Sum of RGB (Red+Green+Blue) = 148+88+113=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945871 is #6BA78E. Grayscale: #6C6C6C. Windows color (decimal): -7055247 or 7428244. OLE color: 7428244.

HSL color Cylindrical-coordinate representation of color #945871: hue angle of 335º degrees, saturation: 0.25, 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 #945871 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14888113-
CMYK00.410.240.42
HSL335º25.42%46.27%-
HSV(B)335º40.54%58.04%-
XYZ18.6814.4717.43-
YUV108.79130.38155.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=42.41%
G=25.21%
B=32.38%

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
Decimal1488811300.410.240.4233525.4246.27
Hex945871029182A14f192e
Octal22413016105130525173156
Binary100101001011000111000101010011100010101010100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945871; }

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

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

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

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

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

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

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

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