Shades of Vin Rouge #985160
Tints of Vin Rouge #985160
RGB
CMYK
RGB Variations
Color information
#985160 (or 0x985160) is known color: Vin Rouge. HEX triplet: 98, 51 and 60. RGB value is (152,81,96). Sum of RGB (Red+Green+Blue) = 152+81+96=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985160 is #67AE9F. Grayscale: #676767. Windows color (decimal): -6794912 or 6312344. OLE color: 6312344.
HSL color Cylindrical-coordinate representation of color #985160: hue angle of 347.32º 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 #985160 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 96 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.40 |
| HSL | 347.32º | 0.3% | 0.46% | - |
| HSV(B) | 347.32º | 0.47% | 0.6% | - |
| XYZ | 18 | 13.4 | 12.7 | - |
| YUV | 103.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 96 | 0 | 0.47 | 0.37 | 0.40 | 347.32 | 0.3 | 0.46 |
| Hex | 98 | 51 | 60 | 0 | 2F | 25 | 28 | 15B | 1E | 2E |
| Octal | 230 | 121 | 140 | 0 | 57 | 45 | 50 | 533 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1100000 | 0 | 101111 | 100101 | 101000 | 101011011 | 11110 | 101110 |
Color Harmonies of #985160
Complementary color
Monochromatic Colors of #985160
Black with #985160
Text Example
Text Example
White with #985160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985160; }
p { color: rgb(152,81,96); }
H1.HeaderClassName
{
color: #985160;
}
.AnyTagClassName
{
color: #985160;
}
</style>
background-color css
<style>
a { background-color: #985160; }
a { background-color: rgb(152,81,96); }
div.DivClassName
{
background-color: #985160;
}
.BgClassName
{
background-color: #985160;
}
</style>
border-color css
<style>
span { border-color: #985160; }
span { border-color: rgb(152,81,96); }
td.TdClassName
{
border-color: #985160;
}
.TagClassName
{
border-color: #985160;
}
</style>