Shades of Vin Rouge #985669
Tints of Vin Rouge #985669
RGB
CMYK
RGB Variations
Color information
#985669 (or 0x985669) is known color: Vin Rouge. HEX triplet: 98, 56 and 69. RGB value is (152,86,105). Sum of RGB (Red+Green+Blue) = 152+86+105=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #985669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985669 is #67A996. Grayscale: #6B6B6B. Windows color (decimal): -6793623 or 6903448. OLE color: 6903448.
HSL color Cylindrical-coordinate representation of color #985669: hue angle of 342.73º 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 #985669 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 105 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.40 |
| HSL | 342.73º | 0.28% | 0.47% | - |
| HSV(B) | 342.73º | 0.43% | 0.6% | - |
| XYZ | 18.83 | 14.35 | 15.14 | - |
| YUV | 107.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 105 | 0 | 0.43 | 0.31 | 0.40 | 342.73 | 0.28 | 0.47 |
| Hex | 98 | 56 | 69 | 0 | 2B | 1F | 28 | 157 | 1C | 2F |
| Octal | 230 | 126 | 151 | 0 | 53 | 37 | 50 | 527 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1101001 | 0 | 101011 | 11111 | 101000 | 101010111 | 11100 | 101111 |
Color Harmonies of #985669
Complementary color
Monochromatic Colors of #985669
Black with #985669
Text Example
Text Example
White with #985669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985669; }
p { color: rgb(152,86,105); }
H1.HeaderClassName
{
color: #985669;
}
.AnyTagClassName
{
color: #985669;
}
</style>
background-color css
<style>
a { background-color: #985669; }
a { background-color: rgb(152,86,105); }
div.DivClassName
{
background-color: #985669;
}
.BgClassName
{
background-color: #985669;
}
</style>
border-color css
<style>
span { border-color: #985669; }
span { border-color: rgb(152,86,105); }
td.TdClassName
{
border-color: #985669;
}
.TagClassName
{
border-color: #985669;
}
</style>