Shades of Vin Rouge #985366
Tints of Vin Rouge #985366
RGB
CMYK
RGB Variations
Color information
#985366 (or 0x985366) is known color: Vin Rouge. HEX triplet: 98, 53 and 66. RGB value is (152,83,102). Sum of RGB (Red+Green+Blue) = 152+83+102=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985366 is #67AC99. Grayscale: #696969. Windows color (decimal): -6794394 or 6706072. OLE color: 6706072.
HSL color Cylindrical-coordinate representation of color #985366: hue angle of 343.48º 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 #985366 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 102 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.40 |
| HSL | 343.48º | 0.29% | 0.46% | - |
| HSV(B) | 343.48º | 0.45% | 0.6% | - |
| XYZ | 18.44 | 13.82 | 14.27 | - |
| YUV | 105.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 102 | 0 | 0.45 | 0.33 | 0.40 | 343.48 | 0.29 | 0.46 |
| Hex | 98 | 53 | 66 | 0 | 2D | 21 | 28 | 157 | 1D | 2E |
| Octal | 230 | 123 | 146 | 0 | 55 | 41 | 50 | 527 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1100110 | 0 | 101101 | 100001 | 101000 | 101010111 | 11101 | 101110 |
Color Harmonies of #985366
Complementary color
Monochromatic Colors of #985366
Black with #985366
Text Example
Text Example
White with #985366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985366; }
p { color: rgb(152,83,102); }
H1.HeaderClassName
{
color: #985366;
}
.AnyTagClassName
{
color: #985366;
}
</style>
background-color css
<style>
a { background-color: #985366; }
a { background-color: rgb(152,83,102); }
div.DivClassName
{
background-color: #985366;
}
.BgClassName
{
background-color: #985366;
}
</style>
border-color css
<style>
span { border-color: #985366; }
span { border-color: rgb(152,83,102); }
td.TdClassName
{
border-color: #985366;
}
.TagClassName
{
border-color: #985366;
}
</style>