Shades of Vin Rouge #985166
Tints of Vin Rouge #985166
RGB
CMYK
RGB Variations
Color information
#985166 (or 0x985166) is known color: Vin Rouge. HEX triplet: 98, 51 and 66. RGB value is (152,81,102). Sum of RGB (Red+Green+Blue) = 152+81+102=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985166 is #67AE99. Grayscale: #686868. Windows color (decimal): -6794906 or 6705560. OLE color: 6705560.
HSL color Cylindrical-coordinate representation of color #985166: hue angle of 342.25º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985166 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 102 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.40 |
| HSL | 342.25º | 0.3% | 0.46% | - |
| HSV(B) | 342.25º | 0.47% | 0.6% | - |
| XYZ | 18.29 | 13.52 | 14.22 | - |
| YUV | 104.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 102 | 0 | 0.47 | 0.33 | 0.40 | 342.25 | 0.3 | 0.46 |
| Hex | 98 | 51 | 66 | 0 | 2F | 21 | 28 | 156 | 1E | 2E |
| Octal | 230 | 121 | 146 | 0 | 57 | 41 | 50 | 526 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1100110 | 0 | 101111 | 100001 | 101000 | 101010110 | 11110 | 101110 |
Color Harmonies of #985166
Complementary color
Monochromatic Colors of #985166
Black with #985166
Text Example
Text Example
White with #985166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985166; }
p { color: rgb(152,81,102); }
H1.HeaderClassName
{
color: #985166;
}
.AnyTagClassName
{
color: #985166;
}
</style>
background-color css
<style>
a { background-color: #985166; }
a { background-color: rgb(152,81,102); }
div.DivClassName
{
background-color: #985166;
}
.BgClassName
{
background-color: #985166;
}
</style>
border-color css
<style>
span { border-color: #985166; }
span { border-color: rgb(152,81,102); }
td.TdClassName
{
border-color: #985166;
}
.TagClassName
{
border-color: #985166;
}
</style>