#944F5A

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

Shades of Vin Rouge #944F5A

Tints of Vin Rouge #944F5A

Color information

#944F5A (or 0x944F5A) is unknown color: approx Vin Rouge. HEX triplet: 94, 4F and 5A. RGB value is (148,79,90). Sum of RGB (Red+Green+Blue) = 148+79+90=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #944F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F5A is #6BB0A5. Grayscale: #646464. Windows color (decimal): -7057574 or 5918612. OLE color: 5918612.

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

Color convert

RGB1487990-
CMYK00.470.390.42
HSL350.43º30.4%44.51%-
HSV(B)350.43º46.62%58.04%-
XYZ16.8512.6311.22-
YUV100.88121.86161.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=46.69%
G=24.92%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148799000.470.390.42350.4330.444.51
Hex944F5A02F272A15e1e2d
Octal22411713205747525363655
Binary1001010010011111011010010111110011110101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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