Shades of Vin Rouge #98516C
Tints of Vin Rouge #98516C
RGB
CMYK
RGB Variations
Color information
#98516C (or 0x98516C) is known color: Vin Rouge. HEX triplet: 98, 51 and 6C. RGB value is (152,81,108). Sum of RGB (Red+Green+Blue) = 152+81+108=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98516C is #67AE93. Grayscale: #696969. Windows color (decimal): -6794900 or 7098776. OLE color: 7098776.
HSL color Cylindrical-coordinate representation of color #98516C: hue angle of 337.18º 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 #98516C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 108 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.40 |
| HSL | 337.18º | 0.3% | 0.46% | - |
| HSV(B) | 337.18º | 0.47% | 0.6% | - |
| XYZ | 18.6 | 13.64 | 15.84 | - |
| YUV | 105.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 108 | 0 | 0.47 | 0.29 | 0.40 | 337.18 | 0.3 | 0.46 |
| Hex | 98 | 51 | 6C | 0 | 2F | 1D | 28 | 151 | 1E | 2E |
| Octal | 230 | 121 | 154 | 0 | 57 | 35 | 50 | 521 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1101100 | 0 | 101111 | 11101 | 101000 | 101010001 | 11110 | 101110 |
Color Harmonies of #98516C
Complementary color
Monochromatic Colors of #98516C
Black with #98516C
Text Example
Text Example
White with #98516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98516C; }
p { color: rgb(152,81,108); }
H1.HeaderClassName
{
color: #98516C;
}
.AnyTagClassName
{
color: #98516C;
}
</style>
background-color css
<style>
a { background-color: #98516C; }
a { background-color: rgb(152,81,108); }
div.DivClassName
{
background-color: #98516C;
}
.BgClassName
{
background-color: #98516C;
}
</style>
border-color css
<style>
span { border-color: #98516C; }
span { border-color: rgb(152,81,108); }
td.TdClassName
{
border-color: #98516C;
}
.TagClassName
{
border-color: #98516C;
}
</style>