Shades of Vin Rouge #985371
Tints of Vin Rouge #985371
RGB
CMYK
RGB Variations
Color information
#985371 (or 0x985371) is known color: Vin Rouge. HEX triplet: 98, 53 and 71. RGB value is (152,83,113). Sum of RGB (Red+Green+Blue) = 152+83+113=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #985371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985371 is #67AC8E. Grayscale: #6B6B6B. Windows color (decimal): -6794383 or 7426968. OLE color: 7426968.
HSL color Cylindrical-coordinate representation of color #985371: hue angle of 333.91º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985371 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 113 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.40 |
| HSL | 333.91º | 0.29% | 0.46% | - |
| HSV(B) | 333.91º | 0.45% | 0.6% | - |
| XYZ | 19.02 | 14.05 | 17.33 | - |
| YUV | 107.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 113 | 0 | 0.45 | 0.26 | 0.40 | 333.91 | 0.29 | 0.46 |
| Hex | 98 | 53 | 71 | 0 | 2D | 1A | 28 | 14E | 1D | 2E |
| Octal | 230 | 123 | 161 | 0 | 55 | 32 | 50 | 516 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1110001 | 0 | 101101 | 11010 | 101000 | 101001110 | 11101 | 101110 |
Color Harmonies of #985371
Complementary color
Monochromatic Colors of #985371
Black with #985371
Text Example
Text Example
White with #985371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985371; }
p { color: rgb(152,83,113); }
H1.HeaderClassName
{
color: #985371;
}
.AnyTagClassName
{
color: #985371;
}
</style>
background-color css
<style>
a { background-color: #985371; }
a { background-color: rgb(152,83,113); }
div.DivClassName
{
background-color: #985371;
}
.BgClassName
{
background-color: #985371;
}
</style>
border-color css
<style>
span { border-color: #985371; }
span { border-color: rgb(152,83,113); }
td.TdClassName
{
border-color: #985371;
}
.TagClassName
{
border-color: #985371;
}
</style>