Shades of Vin Rouge #944D5D
Tints of Vin Rouge #944D5D
RGB
CMYK
RGB Variations
Color information
#944D5D (or 0x944D5D) is known color: 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
| RGB | 148 | 77 | 93 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.42 |
| HSL | 346.48º | 0.32% | 0.44% | - |
| HSV(B) | 346.48º | 0.48% | 0.58% | - |
| XYZ | 16.84 | 12.39 | 11.86 | - |
| YUV | 100.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 93 | 0 | 0.48 | 0.37 | 0.42 | 346.48 | 0.32 | 0.44 |
| Hex | 94 | 4D | 5D | 0 | 30 | 25 | 2A | 15A | 20 | 2C |
| Octal | 224 | 115 | 135 | 0 | 60 | 45 | 52 | 532 | 40 | 54 |
| Binary | 10010100 | 1001101 | 1011101 | 0 | 110000 | 100101 | 101010 | 101011010 | 100000 | 101100 |
Color Harmonies of #944D5D
Complementary color
Monochromatic Colors of #944D5D
Black with #944D5D
Text Example
Text Example
White with #944D5D
Text Example
Text Example
HTML Codes & Css Web 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>