#945870

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

Shades of Mauve Taupe #945870

Tints of Mauve Taupe #945870

Color information

#945870 (or 0x945870) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 70. RGB value is (148,88,112). Sum of RGB (Red+Green+Blue) = 148+88+112=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945870 is #6BA78F. Grayscale: #6C6C6C. Windows color (decimal): -7055248 or 7362708. OLE color: 7362708.

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

Color convert

RGB14888112-
CMYK00.410.240.42
HSL336º25.42%46.27%-
HSV(B)336º40.54%58.04%-
XYZ18.6314.4517.14-
YUV108.68129.88156.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=42.53%
G=25.29%
B=32.18%

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
Decimal1488811200.410.240.4233625.4246.27
Hex945870029182A150192e
Octal22413016005130525203156
Binary100101001011000111000001010011100010101010101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945870; }

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

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

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

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

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

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

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

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