Shades of Vin Rouge #985C65
Tints of Vin Rouge #985C65
RGB
CMYK
RGB Variations
Color information
#985C65 (or 0x985C65) is known color: Vin Rouge. HEX triplet: 98, 5C and 65. RGB value is (152,92,101). Sum of RGB (Red+Green+Blue) = 152+92+101=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #985C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C65 is #67A39A. Grayscale: #6E6E6E. Windows color (decimal): -6792091 or 6642840. OLE color: 6642840.
HSL color Cylindrical-coordinate representation of color #985C65: hue angle of 351º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C65 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 101 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.40 |
| HSL | 351º | 0.25% | 0.48% | - |
| HSV(B) | 351º | 0.39% | 0.6% | - |
| XYZ | 19.13 | 15.27 | 14.25 | - |
| YUV | 110.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 101 | 0 | 0.39 | 0.34 | 0.40 | 351 | 0.25 | 0.48 |
| Hex | 98 | 5C | 65 | 0 | 27 | 22 | 28 | 15F | 19 | 30 |
| Octal | 230 | 134 | 145 | 0 | 47 | 42 | 50 | 537 | 31 | 60 |
| Binary | 10011000 | 1011100 | 1100101 | 0 | 100111 | 100010 | 101000 | 101011111 | 11001 | 110000 |
Color Harmonies of #985C65
Complementary color
Monochromatic Colors of #985C65
Black with #985C65
Text Example
Text Example
White with #985C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C65; }
p { color: rgb(152,92,101); }
H1.HeaderClassName
{
color: #985C65;
}
.AnyTagClassName
{
color: #985C65;
}
</style>
background-color css
<style>
a { background-color: #985C65; }
a { background-color: rgb(152,92,101); }
div.DivClassName
{
background-color: #985C65;
}
.BgClassName
{
background-color: #985C65;
}
</style>
border-color css
<style>
span { border-color: #985C65; }
span { border-color: rgb(152,92,101); }
td.TdClassName
{
border-color: #985C65;
}
.TagClassName
{
border-color: #985C65;
}
</style>