#944F63

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

Shades of Vin Rouge #944F63

Tints of Vin Rouge #944F63

Color information

#944F63 (or 0x944F63) is unknown color: approx Vin Rouge. HEX triplet: 94, 4F and 63. RGB value is (148,79,99). Sum of RGB (Red+Green+Blue) = 148+79+99=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #944F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F63 is #6BB09C. Grayscale: #656565. Windows color (decimal): -7057565 or 6508436. OLE color: 6508436.

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

Color convert

RGB1487999-
CMYK00.470.330.42
HSL342.61º30.4%44.51%-
HSV(B)342.61º46.62%58.04%-
XYZ17.2612.7913.36-
YUV101.91126.36160.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=45.40%
G=24.23%
B=30.37%

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
Decimal148799900.470.330.42342.6130.444.51
Hex944F6302F212A1571e2d
Octal22411714305741525273655
Binary1001010010011111100011010111110000110101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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