#944E58

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

Shades of Vin Rouge #944E58

Tints of Vin Rouge #944E58

Color information

#944E58 (or 0x944E58) is unknown color: approx Vin Rouge. HEX triplet: 94, 4E and 58. RGB value is (148,78,88). Sum of RGB (Red+Green+Blue) = 148+78+88=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #944E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E58 is #6BB1A7. Grayscale: #646464. Windows color (decimal): -7057832 or 5787284. OLE color: 5787284.

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

Color convert

RGB1487888-
CMYK00.470.410.42
HSL351.43º30.97%44.31%-
HSV(B)351.43º47.3%58.04%-
XYZ16.712.4510.76-
YUV100.07121.19162.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=47.13%
G=24.84%
B=28.03%

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
Decimal148788800.470.410.42351.4330.9744.31
Hex944E5802F292A15f1f2c
Octal22411613005751525373754
Binary1001010010011101011000010111110100110101010101111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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