Shades of Vin Rouge #8F5962
Tints of Vin Rouge #8F5962
RGB
CMYK
RGB Variations
Color information
#8F5962 (or 0x8F5962) is known color: Vin Rouge. HEX triplet: 8F, 59 and 62. RGB value is (143,89,98). Sum of RGB (Red+Green+Blue) = 143+89+98=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5962 is #70A69D. Grayscale: #6A6A6A. Windows color (decimal): -7382686 or 6445455. OLE color: 6445455.
HSL color Cylindrical-coordinate representation of color #8F5962: hue angle of 350º 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 #8F5962 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 98 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.44 |
| HSL | 350º | 0.23% | 0.45% | - |
| HSV(B) | 350º | 0.38% | 0.56% | - |
| XYZ | 17.1 | 13.87 | 13.33 | - |
| YUV | 106.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 98 | 0 | 0.38 | 0.31 | 0.44 | 350 | 0.23 | 0.45 |
| Hex | 8F | 59 | 62 | 0 | 26 | 1F | 2C | 15E | 17 | 2D |
| Octal | 217 | 131 | 142 | 0 | 46 | 37 | 54 | 536 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1100010 | 0 | 100110 | 11111 | 101100 | 101011110 | 10111 | 101101 |
Color Harmonies of #8F5962
Complementary color
Monochromatic Colors of #8F5962
Black with #8F5962
Text Example
Text Example
White with #8F5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5962; }
p { color: rgb(143,89,98); }
H1.HeaderClassName
{
color: #8F5962;
}
.AnyTagClassName
{
color: #8F5962;
}
</style>
background-color css
<style>
a { background-color: #8F5962; }
a { background-color: rgb(143,89,98); }
div.DivClassName
{
background-color: #8F5962;
}
.BgClassName
{
background-color: #8F5962;
}
</style>
border-color css
<style>
span { border-color: #8F5962; }
span { border-color: rgb(143,89,98); }
td.TdClassName
{
border-color: #8F5962;
}
.TagClassName
{
border-color: #8F5962;
}
</style>