#944D5D

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

Shades of Vin Rouge #944D5D

Tints of Vin Rouge #944D5D

Color information

#944D5D (or 0x944D5D) is unknown color: approx Vin Rouge. HEX triplet: 94, 4D and 5D. RGB value is (148,77,93). Sum of RGB (Red+Green+Blue) = 148+77+93=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #944D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D5D is #6BB2A2. Grayscale: #646464. Windows color (decimal): -7058083 or 6114708. OLE color: 6114708.

HSL color Cylindrical-coordinate representation of color #944D5D: hue angle of 346.48º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D5D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1487793-
CMYK00.480.370.42
HSL346.48º31.56%44.12%-
HSV(B)346.48º47.97%58.04%-
XYZ16.8412.3911.86-
YUV100.05124.02162.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=46.54%
G=24.21%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148779300.480.370.42346.4831.5644.12
Hex944D5D030252A15a202c
Octal22411513506045525324054
Binary10010100100110110111010110000100101101010101011010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,93); }

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

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

 a { background-color: rgb(148,77,93); }

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

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

 span { border-color: rgb(148,77,93); }

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