Shades of Vin Rouge #985659
Tints of Vin Rouge #985659
RGB
CMYK
RGB Variations
Color information
#985659 (or 0x985659) is known color: Vin Rouge. HEX triplet: 98, 56 and 59. RGB value is (152,86,89). Sum of RGB (Red+Green+Blue) = 152+86+89=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985659 is #67A9A6. Grayscale: #6A6A6A. Windows color (decimal): -6793639 or 5854872. OLE color: 5854872.
HSL color Cylindrical-coordinate representation of color #985659: hue angle of 357.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985659 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 89 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.40 |
| HSL | 357.27º | 0.28% | 0.47% | - |
| HSV(B) | 357.27º | 0.43% | 0.6% | - |
| XYZ | 18.08 | 14.05 | 11.21 | - |
| YUV | 106.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 89 | 0 | 0.43 | 0.41 | 0.40 | 357.27 | 0.28 | 0.47 |
| Hex | 98 | 56 | 59 | 0 | 2B | 29 | 28 | 165 | 1C | 2F |
| Octal | 230 | 126 | 131 | 0 | 53 | 51 | 50 | 545 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1011001 | 0 | 101011 | 101001 | 101000 | 101100101 | 11100 | 101111 |
Color Harmonies of #985659
Complementary color
Monochromatic Colors of #985659
Black with #985659
Text Example
Text Example
White with #985659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985659; }
p { color: rgb(152,86,89); }
H1.HeaderClassName
{
color: #985659;
}
.AnyTagClassName
{
color: #985659;
}
</style>
background-color css
<style>
a { background-color: #985659; }
a { background-color: rgb(152,86,89); }
div.DivClassName
{
background-color: #985659;
}
.BgClassName
{
background-color: #985659;
}
</style>
border-color css
<style>
span { border-color: #985659; }
span { border-color: rgb(152,86,89); }
td.TdClassName
{
border-color: #985659;
}
.TagClassName
{
border-color: #985659;
}
</style>