Shades of Vin Rouge #8F4E59
Tints of Vin Rouge #8F4E59
RGB
CMYK
RGB Variations
Color information
#8F4E59 (or 0x8F4E59) is known color: Vin Rouge. HEX triplet: 8F, 4E and 59. RGB value is (143,78,89). Sum of RGB (Red+Green+Blue) = 143+78+89=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4E59 is #70B1A6. Grayscale: #626262. Windows color (decimal): -7385511 or 5852815. OLE color: 5852815.
HSL color Cylindrical-coordinate representation of color #8F4E59: hue angle of 349.85º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F4E59 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 89 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.44 |
| HSL | 349.85º | 0.29% | 0.43% | - |
| HSV(B) | 349.85º | 0.45% | 0.56% | - |
| XYZ | 15.86 | 12.01 | 10.93 | - |
| YUV | 98.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 89 | 0 | 0.45 | 0.38 | 0.44 | 349.85 | 0.29 | 0.43 |
| Hex | 8F | 4E | 59 | 0 | 2D | 26 | 2C | 15E | 1D | 2B |
| Octal | 217 | 116 | 131 | 0 | 55 | 46 | 54 | 536 | 35 | 53 |
| Binary | 10001111 | 1001110 | 1011001 | 0 | 101101 | 100110 | 101100 | 101011110 | 11101 | 101011 |
Color Harmonies of #8F4E59
Complementary color
Monochromatic Colors of #8F4E59
Black with #8F4E59
Text Example
Text Example
White with #8F4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E59; }
p { color: rgb(143,78,89); }
H1.HeaderClassName
{
color: #8F4E59;
}
.AnyTagClassName
{
color: #8F4E59;
}
</style>
background-color css
<style>
a { background-color: #8F4E59; }
a { background-color: rgb(143,78,89); }
div.DivClassName
{
background-color: #8F4E59;
}
.BgClassName
{
background-color: #8F4E59;
}
</style>
border-color css
<style>
span { border-color: #8F4E59; }
span { border-color: rgb(143,78,89); }
td.TdClassName
{
border-color: #8F4E59;
}
.TagClassName
{
border-color: #8F4E59;
}
</style>