Shades of Vin Rouge #8F5860
Tints of Vin Rouge #8F5860
RGB
CMYK
RGB Variations
Color information
#8F5860 (or 0x8F5860) is known color: Vin Rouge. HEX triplet: 8F, 58 and 60. RGB value is (143,88,96). Sum of RGB (Red+Green+Blue) = 143+88+96=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5860 is #70A79F. Grayscale: #696969. Windows color (decimal): -7382944 or 6314127. OLE color: 6314127.
HSL color Cylindrical-coordinate representation of color #8F5860: hue angle of 351.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5860 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 96 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.44 |
| HSL | 351.27º | 0.24% | 0.45% | - |
| HSV(B) | 351.27º | 0.38% | 0.56% | - |
| XYZ | 16.93 | 13.66 | 12.81 | - |
| YUV | 105.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 96 | 0 | 0.38 | 0.33 | 0.44 | 351.27 | 0.24 | 0.45 |
| Hex | 8F | 58 | 60 | 0 | 26 | 21 | 2C | 15F | 18 | 2D |
| Octal | 217 | 130 | 140 | 0 | 46 | 41 | 54 | 537 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1100000 | 0 | 100110 | 100001 | 101100 | 101011111 | 11000 | 101101 |
Color Harmonies of #8F5860
Complementary color
Monochromatic Colors of #8F5860
Black with #8F5860
Text Example
Text Example
White with #8F5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5860; }
p { color: rgb(143,88,96); }
H1.HeaderClassName
{
color: #8F5860;
}
.AnyTagClassName
{
color: #8F5860;
}
</style>
background-color css
<style>
a { background-color: #8F5860; }
a { background-color: rgb(143,88,96); }
div.DivClassName
{
background-color: #8F5860;
}
.BgClassName
{
background-color: #8F5860;
}
</style>
border-color css
<style>
span { border-color: #8F5860; }
span { border-color: rgb(143,88,96); }
td.TdClassName
{
border-color: #8F5860;
}
.TagClassName
{
border-color: #8F5860;
}
</style>