#944F57

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

Shades of Vin Rouge #944F57

Tints of Vin Rouge #944F57

Color information

#944F57 (or 0x944F57) is unknown color: approx Vin Rouge. HEX triplet: 94, 4F and 57. RGB value is (148,79,87). Sum of RGB (Red+Green+Blue) = 148+79+87=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #944F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F57 is #6BB0A8. Grayscale: #646464. Windows color (decimal): -7057577 or 5722004. OLE color: 5722004.

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

Color convert

RGB1487987-
CMYK00.470.410.42
HSL353.04º30.4%44.51%-
HSV(B)353.04º46.62%58.04%-
XYZ16.7312.5810.56-
YUV100.54120.36161.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=47.13%
G=25.16%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148798700.470.410.42353.0430.444.51
Hex944F5702F292A1611e2d
Octal22411712705751525413655
Binary1001010010011111010111010111110100110101010110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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