Shades of Vin Rouge #984E67
Tints of Vin Rouge #984E67
RGB
CMYK
RGB Variations
Color information
#984E67 (or 0x984E67) is known color: Vin Rouge. HEX triplet: 98, 4E and 67. RGB value is (152,78,103). Sum of RGB (Red+Green+Blue) = 152+78+103=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E67 is #67B198. Grayscale: #666666. Windows color (decimal): -6795673 or 6770328. OLE color: 6770328.
HSL color Cylindrical-coordinate representation of color #984E67: hue angle of 339.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E67 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 103 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.40 |
| HSL | 339.73º | 0.32% | 0.45% | - |
| HSV(B) | 339.73º | 0.49% | 0.6% | - |
| XYZ | 18.12 | 13.1 | 14.41 | - |
| YUV | 102.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 103 | 0 | 0.49 | 0.32 | 0.40 | 339.73 | 0.32 | 0.45 |
| Hex | 98 | 4E | 67 | 0 | 31 | 20 | 28 | 154 | 20 | 2D |
| Octal | 230 | 116 | 147 | 0 | 61 | 40 | 50 | 524 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1100111 | 0 | 110001 | 100000 | 101000 | 101010100 | 100000 | 101101 |
Color Harmonies of #984E67
Complementary color
Monochromatic Colors of #984E67
Black with #984E67
Text Example
Text Example
White with #984E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E67; }
p { color: rgb(152,78,103); }
H1.HeaderClassName
{
color: #984E67;
}
.AnyTagClassName
{
color: #984E67;
}
</style>
background-color css
<style>
a { background-color: #984E67; }
a { background-color: rgb(152,78,103); }
div.DivClassName
{
background-color: #984E67;
}
.BgClassName
{
background-color: #984E67;
}
</style>
border-color css
<style>
span { border-color: #984E67; }
span { border-color: rgb(152,78,103); }
td.TdClassName
{
border-color: #984E67;
}
.TagClassName
{
border-color: #984E67;
}
</style>