#944E63

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

Shades of Vin Rouge #944E63

Tints of Vin Rouge #944E63

Color information

#944E63 (or 0x944E63) is unknown color: approx Vin Rouge. HEX triplet: 94, 4E and 63. RGB value is (148,78,99). Sum of RGB (Red+Green+Blue) = 148+78+99=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #944E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E63 is #6BB19C. Grayscale: #656565. Windows color (decimal): -7057821 or 6508180. OLE color: 6508180.

HSL color Cylindrical-coordinate representation of color #944E63: hue angle of 342º 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 #944E63 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1487899-
CMYK00.470.330.42
HSL342º30.97%44.31%-
HSV(B)342º47.3%58.04%-
XYZ17.1912.6513.34-
YUV101.32126.69161.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=45.54%
G=24%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148789900.470.330.4234230.9744.31
Hex944E6302F212A1561f2c
Octal22411614305741525263754
Binary1001010010011101100011010111110000110101010101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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