Shades of Vin Rouge #985B63
Tints of Vin Rouge #985B63
RGB
CMYK
RGB Variations
Color information
#985B63 (or 0x985B63) is known color: Vin Rouge. HEX triplet: 98, 5B and 63. RGB value is (152,91,99). Sum of RGB (Red+Green+Blue) = 152+91+99=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B63 is #67A49C. Grayscale: #6E6E6E. Windows color (decimal): -6792349 or 6511512. OLE color: 6511512.
HSL color Cylindrical-coordinate representation of color #985B63: hue angle of 352.13º 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 #985B63 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 99 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.40 |
| HSL | 352.13º | 0.25% | 0.48% | - |
| HSV(B) | 352.13º | 0.4% | 0.6% | - |
| XYZ | 18.94 | 15.06 | 13.71 | - |
| YUV | 110.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 99 | 0 | 0.40 | 0.35 | 0.40 | 352.13 | 0.25 | 0.48 |
| Hex | 98 | 5B | 63 | 0 | 28 | 23 | 28 | 160 | 19 | 30 |
| Octal | 230 | 133 | 143 | 0 | 50 | 43 | 50 | 540 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1100011 | 0 | 101000 | 100011 | 101000 | 101100000 | 11001 | 110000 |
Color Harmonies of #985B63
Complementary color
Monochromatic Colors of #985B63
Black with #985B63
Text Example
Text Example
White with #985B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B63; }
p { color: rgb(152,91,99); }
H1.HeaderClassName
{
color: #985B63;
}
.AnyTagClassName
{
color: #985B63;
}
</style>
background-color css
<style>
a { background-color: #985B63; }
a { background-color: rgb(152,91,99); }
div.DivClassName
{
background-color: #985B63;
}
.BgClassName
{
background-color: #985B63;
}
</style>
border-color css
<style>
span { border-color: #985B63; }
span { border-color: rgb(152,91,99); }
td.TdClassName
{
border-color: #985B63;
}
.TagClassName
{
border-color: #985B63;
}
</style>