Shades of Vin Rouge #985A63
Tints of Vin Rouge #985A63
RGB
CMYK
RGB Variations
Color information
#985A63 (or 0x985A63) is known color: Vin Rouge. HEX triplet: 98, 5A and 63. RGB value is (152,90,99). Sum of RGB (Red+Green+Blue) = 152+90+99=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A63 is #67A59C. Grayscale: #6D6D6D. Windows color (decimal): -6792605 or 6511256. OLE color: 6511256.
HSL color Cylindrical-coordinate representation of color #985A63: hue angle of 351.29º 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 #985A63 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 99 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.40 |
| HSL | 351.29º | 0.26% | 0.47% | - |
| HSV(B) | 351.29º | 0.41% | 0.6% | - |
| XYZ | 18.86 | 14.89 | 13.68 | - |
| YUV | 109.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 99 | 0 | 0.41 | 0.35 | 0.40 | 351.29 | 0.26 | 0.47 |
| Hex | 98 | 5A | 63 | 0 | 29 | 23 | 28 | 15F | 1A | 2F |
| Octal | 230 | 132 | 143 | 0 | 51 | 43 | 50 | 537 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1100011 | 0 | 101001 | 100011 | 101000 | 101011111 | 11010 | 101111 |
Color Harmonies of #985A63
Complementary color
Monochromatic Colors of #985A63
Black with #985A63
Text Example
Text Example
White with #985A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A63; }
p { color: rgb(152,90,99); }
H1.HeaderClassName
{
color: #985A63;
}
.AnyTagClassName
{
color: #985A63;
}
</style>
background-color css
<style>
a { background-color: #985A63; }
a { background-color: rgb(152,90,99); }
div.DivClassName
{
background-color: #985A63;
}
.BgClassName
{
background-color: #985A63;
}
</style>
border-color css
<style>
span { border-color: #985A63; }
span { border-color: rgb(152,90,99); }
td.TdClassName
{
border-color: #985A63;
}
.TagClassName
{
border-color: #985A63;
}
</style>