Shades of Vin Rouge #994F5E
Tints of Vin Rouge #994F5E
RGB
CMYK
RGB Variations
Color information
#994F5E (or 0x994F5E) is known color: Vin Rouge. HEX triplet: 99, 4F and 5E. RGB value is (153,79,94). Sum of RGB (Red+Green+Blue) = 153+79+94=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F5E is #66B0A1. Grayscale: #666666. Windows color (decimal): -6729890 or 6180761. OLE color: 6180761.
HSL color Cylindrical-coordinate representation of color #994F5E: hue angle of 347.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F5E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 94 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.4 |
| HSL | 347.84º | 0.32% | 0.45% | - |
| HSV(B) | 347.84º | 0.48% | 0.6% | - |
| XYZ | 17.95 | 13.17 | 12.19 | - |
| YUV | 102.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 94 | 0 | 0.48 | 0.39 | 0.4 | 347.84 | 0.32 | 0.45 |
| Hex | 99 | 4F | 5E | 0 | 30 | 27 | 28 | 15C | 20 | 2D |
| Octal | 231 | 117 | 136 | 0 | 60 | 47 | 50 | 534 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1011110 | 0 | 110000 | 100111 | 101000 | 101011100 | 100000 | 101101 |
Color Harmonies of #994F5E
Complementary color
Monochromatic Colors of #994F5E
Black with #994F5E
Text Example
Text Example
White with #994F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F5E; }
p { color: rgb(153,79,94); }
H1.HeaderClassName
{
color: #994F5E;
}
.AnyTagClassName
{
color: #994F5E;
}
</style>
background-color css
<style>
a { background-color: #994F5E; }
a { background-color: rgb(153,79,94); }
div.DivClassName
{
background-color: #994F5E;
}
.BgClassName
{
background-color: #994F5E;
}
</style>
border-color css
<style>
span { border-color: #994F5E; }
span { border-color: rgb(153,79,94); }
td.TdClassName
{
border-color: #994F5E;
}
.TagClassName
{
border-color: #994F5E;
}
</style>