Shades of Vin Rouge #985963
Tints of Vin Rouge #985963
RGB
CMYK
RGB Variations
Color information
#985963 (or 0x985963) is known color: Vin Rouge. HEX triplet: 98, 59 and 63. RGB value is (152,89,99). Sum of RGB (Red+Green+Blue) = 152+89+99=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985963 is #67A69C. Grayscale: #6D6D6D. Windows color (decimal): -6792861 or 6511000. OLE color: 6511000.
HSL color Cylindrical-coordinate representation of color #985963: hue angle of 350.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985963 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 99 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.40 |
| HSL | 350.48º | 0.26% | 0.47% | - |
| HSV(B) | 350.48º | 0.41% | 0.6% | - |
| XYZ | 18.77 | 14.72 | 13.66 | - |
| YUV | 108.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 99 | 0 | 0.41 | 0.35 | 0.40 | 350.48 | 0.26 | 0.47 |
| Hex | 98 | 59 | 63 | 0 | 29 | 23 | 28 | 15E | 1A | 2F |
| Octal | 230 | 131 | 143 | 0 | 51 | 43 | 50 | 536 | 32 | 57 |
| Binary | 10011000 | 1011001 | 1100011 | 0 | 101001 | 100011 | 101000 | 101011110 | 11010 | 101111 |
Color Harmonies of #985963
Complementary color
Monochromatic Colors of #985963
Black with #985963
Text Example
Text Example
White with #985963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985963; }
p { color: rgb(152,89,99); }
H1.HeaderClassName
{
color: #985963;
}
.AnyTagClassName
{
color: #985963;
}
</style>
background-color css
<style>
a { background-color: #985963; }
a { background-color: rgb(152,89,99); }
div.DivClassName
{
background-color: #985963;
}
.BgClassName
{
background-color: #985963;
}
</style>
border-color css
<style>
span { border-color: #985963; }
span { border-color: rgb(152,89,99); }
td.TdClassName
{
border-color: #985963;
}
.TagClassName
{
border-color: #985963;
}
</style>