Shades of Vin Rouge #994F60
Tints of Vin Rouge #994F60
RGB
CMYK
RGB Variations
Color information
#994F60 (or 0x994F60) is known color: Vin Rouge. HEX triplet: 99, 4F and 60. RGB value is (153,79,96). Sum of RGB (Red+Green+Blue) = 153+79+96=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #994F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F60 is #66B09F. Grayscale: #676767. Windows color (decimal): -6729888 or 6311833. OLE color: 6311833.
HSL color Cylindrical-coordinate representation of color #994F60: hue angle of 346.22º 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 #994F60 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 96 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.4 |
| HSL | 346.22º | 0.32% | 0.45% | - |
| HSV(B) | 346.22º | 0.48% | 0.6% | - |
| XYZ | 18.04 | 13.21 | 12.66 | - |
| YUV | 103.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 96 | 0 | 0.48 | 0.37 | 0.4 | 346.22 | 0.32 | 0.45 |
| Hex | 99 | 4F | 60 | 0 | 30 | 25 | 28 | 15A | 20 | 2D |
| Octal | 231 | 117 | 140 | 0 | 60 | 45 | 50 | 532 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1100000 | 0 | 110000 | 100101 | 101000 | 101011010 | 100000 | 101101 |
Color Harmonies of #994F60
Complementary color
Monochromatic Colors of #994F60
Black with #994F60
Text Example
Text Example
White with #994F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F60; }
p { color: rgb(153,79,96); }
H1.HeaderClassName
{
color: #994F60;
}
.AnyTagClassName
{
color: #994F60;
}
</style>
background-color css
<style>
a { background-color: #994F60; }
a { background-color: rgb(153,79,96); }
div.DivClassName
{
background-color: #994F60;
}
.BgClassName
{
background-color: #994F60;
}
</style>
border-color css
<style>
span { border-color: #994F60; }
span { border-color: rgb(153,79,96); }
td.TdClassName
{
border-color: #994F60;
}
.TagClassName
{
border-color: #994F60;
}
</style>