Shades of Vin Rouge #994F63
Tints of Vin Rouge #994F63
RGB
CMYK
RGB Variations
Color information
#994F63 (or 0x994F63) is known color: Vin Rouge. HEX triplet: 99, 4F and 63. RGB value is (153,79,99). Sum of RGB (Red+Green+Blue) = 153+79+99=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #994F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F63 is #66B09C. Grayscale: #676767. Windows color (decimal): -6729885 or 6508441. OLE color: 6508441.
HSL color Cylindrical-coordinate representation of color #994F63: hue angle of 343.78º 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 #994F63 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 99 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.4 |
| HSL | 343.78º | 0.32% | 0.45% | - |
| HSV(B) | 343.78º | 0.48% | 0.6% | - |
| XYZ | 18.18 | 13.27 | 13.41 | - |
| YUV | 103.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 99 | 0 | 0.48 | 0.35 | 0.4 | 343.78 | 0.32 | 0.45 |
| Hex | 99 | 4F | 63 | 0 | 30 | 23 | 28 | 158 | 20 | 2D |
| Octal | 231 | 117 | 143 | 0 | 60 | 43 | 50 | 530 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1100011 | 0 | 110000 | 100011 | 101000 | 101011000 | 100000 | 101101 |
Color Harmonies of #994F63
Complementary color
Monochromatic Colors of #994F63
Black with #994F63
Text Example
Text Example
White with #994F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F63; }
p { color: rgb(153,79,99); }
H1.HeaderClassName
{
color: #994F63;
}
.AnyTagClassName
{
color: #994F63;
}
</style>
background-color css
<style>
a { background-color: #994F63; }
a { background-color: rgb(153,79,99); }
div.DivClassName
{
background-color: #994F63;
}
.BgClassName
{
background-color: #994F63;
}
</style>
border-color css
<style>
span { border-color: #994F63; }
span { border-color: rgb(153,79,99); }
td.TdClassName
{
border-color: #994F63;
}
.TagClassName
{
border-color: #994F63;
}
</style>