Shades of Vin Rouge #984F66
Tints of Vin Rouge #984F66
RGB
CMYK
RGB Variations
Color information
#984F66 (or 0x984F66) is known color: Vin Rouge. HEX triplet: 98, 4F and 66. RGB value is (152,79,102). Sum of RGB (Red+Green+Blue) = 152+79+102=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F66 is #67B099. Grayscale: #676767. Windows color (decimal): -6795418 or 6705048. OLE color: 6705048.
HSL color Cylindrical-coordinate representation of color #984F66: hue angle of 341.1º 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 #984F66 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 79 | 102 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.40 |
| HSL | 341.1º | 0.32% | 0.45% | - |
| HSV(B) | 341.1º | 0.48% | 0.6% | - |
| XYZ | 18.14 | 13.23 | 14.17 | - |
| YUV | 103.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 102 | 0 | 0.48 | 0.33 | 0.40 | 341.1 | 0.32 | 0.45 |
| Hex | 98 | 4F | 66 | 0 | 30 | 21 | 28 | 155 | 20 | 2D |
| Octal | 230 | 117 | 146 | 0 | 60 | 41 | 50 | 525 | 40 | 55 |
| Binary | 10011000 | 1001111 | 1100110 | 0 | 110000 | 100001 | 101000 | 101010101 | 100000 | 101101 |
Color Harmonies of #984F66
Complementary color
Monochromatic Colors of #984F66
Black with #984F66
Text Example
Text Example
White with #984F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984F66; }
p { color: rgb(152,79,102); }
H1.HeaderClassName
{
color: #984F66;
}
.AnyTagClassName
{
color: #984F66;
}
</style>
background-color css
<style>
a { background-color: #984F66; }
a { background-color: rgb(152,79,102); }
div.DivClassName
{
background-color: #984F66;
}
.BgClassName
{
background-color: #984F66;
}
</style>
border-color css
<style>
span { border-color: #984F66; }
span { border-color: rgb(152,79,102); }
td.TdClassName
{
border-color: #984F66;
}
.TagClassName
{
border-color: #984F66;
}
</style>