Shades of Vin Rouge #944E5B
Tints of Vin Rouge #944E5B
RGB
CMYK
RGB Variations
Color information
#944E5B (or 0x944E5B) is known color: Vin Rouge. HEX triplet: 94, 4E and 5B. RGB value is (148,78,91). Sum of RGB (Red+Green+Blue) = 148+78+91=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #944E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E5B is #6BB1A4. Grayscale: #646464. Windows color (decimal): -7057829 or 5983892. OLE color: 5983892.
HSL color Cylindrical-coordinate representation of color #944E5B: hue angle of 348.86º 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 #944E5B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 91 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.42 |
| HSL | 348.86º | 0.31% | 0.44% | - |
| HSV(B) | 348.86º | 0.47% | 0.58% | - |
| XYZ | 16.83 | 12.5 | 11.42 | - |
| YUV | 100.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 91 | 0 | 0.47 | 0.39 | 0.42 | 348.86 | 0.31 | 0.44 |
| Hex | 94 | 4E | 5B | 0 | 2F | 27 | 2A | 15D | 1F | 2C |
| Octal | 224 | 116 | 133 | 0 | 57 | 47 | 52 | 535 | 37 | 54 |
| Binary | 10010100 | 1001110 | 1011011 | 0 | 101111 | 100111 | 101010 | 101011101 | 11111 | 101100 |
Color Harmonies of #944E5B
Complementary color
Monochromatic Colors of #944E5B
Black with #944E5B
Text Example
Text Example
White with #944E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E5B; }
p { color: rgb(148,78,91); }
H1.HeaderClassName
{
color: #944E5B;
}
.AnyTagClassName
{
color: #944E5B;
}
</style>
background-color css
<style>
a { background-color: #944E5B; }
a { background-color: rgb(148,78,91); }
div.DivClassName
{
background-color: #944E5B;
}
.BgClassName
{
background-color: #944E5B;
}
</style>
border-color css
<style>
span { border-color: #944E5B; }
span { border-color: rgb(148,78,91); }
td.TdClassName
{
border-color: #944E5B;
}
.TagClassName
{
border-color: #944E5B;
}
</style>