Shades of Vin Rouge #944E59
Tints of Vin Rouge #944E59
RGB
CMYK
RGB Variations
Color information
#944E59 (or 0x944E59) is known color: Vin Rouge. HEX triplet: 94, 4E and 59. RGB value is (148,78,89). Sum of RGB (Red+Green+Blue) = 148+78+89=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #944E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E59 is #6BB1A6. Grayscale: #646464. Windows color (decimal): -7057831 or 5852820. OLE color: 5852820.
HSL color Cylindrical-coordinate representation of color #944E59: hue angle of 350.57º 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 #944E59 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 89 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.42 |
| HSL | 350.57º | 0.31% | 0.44% | - |
| HSV(B) | 350.57º | 0.47% | 0.58% | - |
| XYZ | 16.74 | 12.47 | 10.98 | - |
| YUV | 100.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 89 | 0 | 0.47 | 0.40 | 0.42 | 350.57 | 0.31 | 0.44 |
| Hex | 94 | 4E | 59 | 0 | 2F | 28 | 2A | 15F | 1F | 2C |
| Octal | 224 | 116 | 131 | 0 | 57 | 50 | 52 | 537 | 37 | 54 |
| Binary | 10010100 | 1001110 | 1011001 | 0 | 101111 | 101000 | 101010 | 101011111 | 11111 | 101100 |
Color Harmonies of #944E59
Complementary color
Monochromatic Colors of #944E59
Black with #944E59
Text Example
Text Example
White with #944E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E59; }
p { color: rgb(148,78,89); }
H1.HeaderClassName
{
color: #944E59;
}
.AnyTagClassName
{
color: #944E59;
}
</style>
background-color css
<style>
a { background-color: #944E59; }
a { background-color: rgb(148,78,89); }
div.DivClassName
{
background-color: #944E59;
}
.BgClassName
{
background-color: #944E59;
}
</style>
border-color css
<style>
span { border-color: #944E59; }
span { border-color: rgb(148,78,89); }
td.TdClassName
{
border-color: #944E59;
}
.TagClassName
{
border-color: #944E59;
}
</style>