#944F66

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

Shades of Vin Rouge #944F66

Tints of Vin Rouge #944F66

Color information

#944F66 (or 0x944F66) is unknown color: approx Vin Rouge. HEX triplet: 94, 4F and 66. RGB value is (148,79,102). Sum of RGB (Red+Green+Blue) = 148+79+102=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #944F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F66 is #6BB099. Grayscale: #666666. Windows color (decimal): -7057562 or 6705044. OLE color: 6705044.

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

Color convert

RGB14879102-
CMYK00.470.310.42
HSL340º30.4%44.51%-
HSV(B)340º46.62%58.04%-
XYZ17.4112.8514.13-
YUV102.25127.86160.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=44.98%
G=24.01%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487910200.470.310.4234030.444.51
Hex944F6602F1F2A1541e2d
Octal22411714605737525243655
Binary100101001001111110011001011111111110101010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,102); }

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

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

 a { background-color: rgb(148,79,102); }

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

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

 span { border-color: rgb(148,79,102); }

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