Shades of Vin Rouge #985666
Tints of Vin Rouge #985666
RGB
CMYK
RGB Variations
Color information
#985666 (or 0x985666) is known color: Vin Rouge. HEX triplet: 98, 56 and 66. RGB value is (152,86,102). Sum of RGB (Red+Green+Blue) = 152+86+102=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985666 is #67A999. Grayscale: #6B6B6B. Windows color (decimal): -6793626 or 6706840. OLE color: 6706840.
HSL color Cylindrical-coordinate representation of color #985666: hue angle of 345.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985666 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 102 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.40 |
| HSL | 345.45º | 0.28% | 0.47% | - |
| HSV(B) | 345.45º | 0.43% | 0.6% | - |
| XYZ | 18.67 | 14.29 | 14.34 | - |
| YUV | 107.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 102 | 0 | 0.43 | 0.33 | 0.40 | 345.45 | 0.28 | 0.47 |
| Hex | 98 | 56 | 66 | 0 | 2B | 21 | 28 | 159 | 1C | 2F |
| Octal | 230 | 126 | 146 | 0 | 53 | 41 | 50 | 531 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1100110 | 0 | 101011 | 100001 | 101000 | 101011001 | 11100 | 101111 |
Color Harmonies of #985666
Complementary color
Monochromatic Colors of #985666
Black with #985666
Text Example
Text Example
White with #985666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985666; }
p { color: rgb(152,86,102); }
H1.HeaderClassName
{
color: #985666;
}
.AnyTagClassName
{
color: #985666;
}
</style>
background-color css
<style>
a { background-color: #985666; }
a { background-color: rgb(152,86,102); }
div.DivClassName
{
background-color: #985666;
}
.BgClassName
{
background-color: #985666;
}
</style>
border-color css
<style>
span { border-color: #985666; }
span { border-color: rgb(152,86,102); }
td.TdClassName
{
border-color: #985666;
}
.TagClassName
{
border-color: #985666;
}
</style>