#944E64

Color #944E64 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #944E64

Tints of Vin Rouge #944E64

Color information

#944E64 (or 0x944E64) is unknown color: approx Vin Rouge. HEX triplet: 94, 4E and 64. RGB value is (148,78,100). Sum of RGB (Red+Green+Blue) = 148+78+100=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #944E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E64 is #6BB19B. Grayscale: #656565. Windows color (decimal): -7057820 or 6573716. OLE color: 6573716.

HSL color Cylindrical-coordinate representation of color #944E64: hue angle of 341.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E64 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14878100-
CMYK00.470.320.42
HSL341.14º30.97%44.31%-
HSV(B)341.14º47.3%58.04%-
XYZ17.2412.6613.59-
YUV101.44127.19161.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=45.40%
G=23.93%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487810000.470.320.42341.1430.9744.31
Hex944E6402F202A1551f2c
Octal22411614405740525253754
Binary1001010010011101100100010111110000010101010101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944E64; }

 p { color: rgb(148,78,100); }

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

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

 a { background-color: rgb(148,78,100); }

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

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

 span { border-color: rgb(148,78,100); }

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