Shades of Vin Rouge #985B65
Tints of Vin Rouge #985B65
RGB
CMYK
RGB Variations
Color information
#985B65 (or 0x985B65) is known color: Vin Rouge. HEX triplet: 98, 5B and 65. RGB value is (152,91,101). Sum of RGB (Red+Green+Blue) = 152+91+101=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #985B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B65 is #67A49A. Grayscale: #6E6E6E. Windows color (decimal): -6792347 or 6642584. OLE color: 6642584.
HSL color Cylindrical-coordinate representation of color #985B65: hue angle of 350.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B65 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 101 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.40 |
| HSL | 350.16º | 0.25% | 0.48% | - |
| HSV(B) | 350.16º | 0.4% | 0.6% | - |
| XYZ | 19.04 | 15.1 | 14.22 | - |
| YUV | 110.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 101 | 0 | 0.40 | 0.34 | 0.40 | 350.16 | 0.25 | 0.48 |
| Hex | 98 | 5B | 65 | 0 | 28 | 22 | 28 | 15E | 19 | 30 |
| Octal | 230 | 133 | 145 | 0 | 50 | 42 | 50 | 536 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1100101 | 0 | 101000 | 100010 | 101000 | 101011110 | 11001 | 110000 |
Color Harmonies of #985B65
Complementary color
Monochromatic Colors of #985B65
Black with #985B65
Text Example
Text Example
White with #985B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B65; }
p { color: rgb(152,91,101); }
H1.HeaderClassName
{
color: #985B65;
}
.AnyTagClassName
{
color: #985B65;
}
</style>
background-color css
<style>
a { background-color: #985B65; }
a { background-color: rgb(152,91,101); }
div.DivClassName
{
background-color: #985B65;
}
.BgClassName
{
background-color: #985B65;
}
</style>
border-color css
<style>
span { border-color: #985B65; }
span { border-color: rgb(152,91,101); }
td.TdClassName
{
border-color: #985B65;
}
.TagClassName
{
border-color: #985B65;
}
</style>