Shades of Vin Rouge #994F6D
Tints of Vin Rouge #994F6D
RGB
CMYK
RGB Variations
Color information
#994F6D (or 0x994F6D) is known color: Vin Rouge. HEX triplet: 99, 4F and 6D. RGB value is (153,79,109). Sum of RGB (Red+Green+Blue) = 153+79+109=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F6D is #66B092. Grayscale: #686868. Windows color (decimal): -6729875 or 7163801. OLE color: 7163801.
HSL color Cylindrical-coordinate representation of color #994F6D: hue angle of 335.68º 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 #994F6D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 109 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.4 |
| HSL | 335.68º | 0.32% | 0.45% | - |
| HSV(B) | 335.68º | 0.48% | 0.6% | - |
| XYZ | 18.69 | 13.47 | 16.08 | - |
| YUV | 104.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 109 | 0 | 0.48 | 0.29 | 0.4 | 335.68 | 0.32 | 0.45 |
| Hex | 99 | 4F | 6D | 0 | 30 | 1D | 28 | 150 | 20 | 2D |
| Octal | 231 | 117 | 155 | 0 | 60 | 35 | 50 | 520 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1101101 | 0 | 110000 | 11101 | 101000 | 101010000 | 100000 | 101101 |
Color Harmonies of #994F6D
Complementary color
Monochromatic Colors of #994F6D
Black with #994F6D
Text Example
Text Example
White with #994F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F6D; }
p { color: rgb(153,79,109); }
H1.HeaderClassName
{
color: #994F6D;
}
.AnyTagClassName
{
color: #994F6D;
}
</style>
background-color css
<style>
a { background-color: #994F6D; }
a { background-color: rgb(153,79,109); }
div.DivClassName
{
background-color: #994F6D;
}
.BgClassName
{
background-color: #994F6D;
}
</style>
border-color css
<style>
span { border-color: #994F6D; }
span { border-color: rgb(153,79,109); }
td.TdClassName
{
border-color: #994F6D;
}
.TagClassName
{
border-color: #994F6D;
}
</style>