Shades of Vin Rouge #8F5863
Tints of Vin Rouge #8F5863
RGB
CMYK
RGB Variations
Color information
#8F5863 (or 0x8F5863) is known color: Vin Rouge. HEX triplet: 8F, 58 and 63. RGB value is (143,88,99). Sum of RGB (Red+Green+Blue) = 143+88+99=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5863 is #70A79C. Grayscale: #696969. Windows color (decimal): -7382941 or 6510735. OLE color: 6510735.
HSL color Cylindrical-coordinate representation of color #8F5863: hue angle of 348º 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 #8F5863 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 99 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.44 |
| HSL | 348º | 0.24% | 0.45% | - |
| HSV(B) | 348º | 0.38% | 0.56% | - |
| XYZ | 17.07 | 13.72 | 13.55 | - |
| YUV | 105.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 99 | 0 | 0.38 | 0.31 | 0.44 | 348 | 0.24 | 0.45 |
| Hex | 8F | 58 | 63 | 0 | 26 | 1F | 2C | 15C | 18 | 2D |
| Octal | 217 | 130 | 143 | 0 | 46 | 37 | 54 | 534 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1100011 | 0 | 100110 | 11111 | 101100 | 101011100 | 11000 | 101101 |
Color Harmonies of #8F5863
Complementary color
Monochromatic Colors of #8F5863
Black with #8F5863
Text Example
Text Example
White with #8F5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5863; }
p { color: rgb(143,88,99); }
H1.HeaderClassName
{
color: #8F5863;
}
.AnyTagClassName
{
color: #8F5863;
}
</style>
background-color css
<style>
a { background-color: #8F5863; }
a { background-color: rgb(143,88,99); }
div.DivClassName
{
background-color: #8F5863;
}
.BgClassName
{
background-color: #8F5863;
}
</style>
border-color css
<style>
span { border-color: #8F5863; }
span { border-color: rgb(143,88,99); }
td.TdClassName
{
border-color: #8F5863;
}
.TagClassName
{
border-color: #8F5863;
}
</style>