#944F5E

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

Shades of Vin Rouge #944F5E

Tints of Vin Rouge #944F5E

Color information

#944F5E (or 0x944F5E) is unknown color: approx Vin Rouge. HEX triplet: 94, 4F and 5E. RGB value is (148,79,94). Sum of RGB (Red+Green+Blue) = 148+79+94=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #944F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F5E is #6BB0A1. Grayscale: #656565. Windows color (decimal): -7057570 or 6180756. OLE color: 6180756.

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

Color convert

RGB1487994-
CMYK00.470.360.42
HSL346.96º30.4%44.51%-
HSV(B)346.96º46.62%58.04%-
XYZ17.0312.712.14-
YUV101.34123.86161.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=46.11%
G=24.61%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148799400.470.360.42346.9630.444.51
Hex944F5E02F242A15b1e2d
Octal22411713605744525333655
Binary1001010010011111011110010111110010010101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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