Shades of Vin Rouge #8F5963
Tints of Vin Rouge #8F5963
RGB
CMYK
RGB Variations
Color information
#8F5963 (or 0x8F5963) is known color: Vin Rouge. HEX triplet: 8F, 59 and 63. RGB value is (143,89,99). Sum of RGB (Red+Green+Blue) = 143+89+99=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5963 is #70A69C. Grayscale: #6A6A6A. Windows color (decimal): -7382685 or 6510991. OLE color: 6510991.
HSL color Cylindrical-coordinate representation of color #8F5963: hue angle of 348.89º degrees, saturation: 0.23, 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 #8F5963 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 99 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.44 |
| HSL | 348.89º | 0.23% | 0.45% | - |
| HSV(B) | 348.89º | 0.38% | 0.56% | - |
| XYZ | 17.15 | 13.89 | 13.58 | - |
| YUV | 106.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 99 | 0 | 0.38 | 0.31 | 0.44 | 348.89 | 0.23 | 0.45 |
| Hex | 8F | 59 | 63 | 0 | 26 | 1F | 2C | 15D | 17 | 2D |
| Octal | 217 | 131 | 143 | 0 | 46 | 37 | 54 | 535 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1100011 | 0 | 100110 | 11111 | 101100 | 101011101 | 10111 | 101101 |
Color Harmonies of #8F5963
Complementary color
Monochromatic Colors of #8F5963
Black with #8F5963
Text Example
Text Example
White with #8F5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5963; }
p { color: rgb(143,89,99); }
H1.HeaderClassName
{
color: #8F5963;
}
.AnyTagClassName
{
color: #8F5963;
}
</style>
background-color css
<style>
a { background-color: #8F5963; }
a { background-color: rgb(143,89,99); }
div.DivClassName
{
background-color: #8F5963;
}
.BgClassName
{
background-color: #8F5963;
}
</style>
border-color css
<style>
span { border-color: #8F5963; }
span { border-color: rgb(143,89,99); }
td.TdClassName
{
border-color: #8F5963;
}
.TagClassName
{
border-color: #8F5963;
}
</style>