#945B72

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

Shades of Mauve Taupe #945B72

Tints of Mauve Taupe #945B72

Color information

#945B72 (or 0x945B72) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5B and 72. RGB value is (148,91,114). Sum of RGB (Red+Green+Blue) = 148+91+114=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B72 is #6BA48D. Grayscale: #6E6E6E. Windows color (decimal): -7054478 or 7494548. OLE color: 7494548.

HSL color Cylindrical-coordinate representation of color #945B72: hue angle of 335.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B72 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14891114-
CMYK00.390.230.42
HSL335.79º23.85%46.86%-
HSV(B)335.79º38.51%58.04%-
XYZ18.9914.9917.81-
YUV110.66129.88154.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=41.93%
G=25.78%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489111400.390.230.42335.7923.8546.86
Hex945B72027172A150182f
Octal22413316204727525203057
Binary100101001011011111001001001111011110101010101000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B72; }

 p { color: rgb(148,91,114); }

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

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

 a { background-color: rgb(148,91,114); }

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

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

 span { border-color: rgb(148,91,114); }

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