Shades of Vin Rouge #8F5259
Tints of Vin Rouge #8F5259
RGB
CMYK
RGB Variations
Color information
#8F5259 (or 0x8F5259) is known color: Vin Rouge. HEX triplet: 8F, 52 and 59. RGB value is (143,82,89). Sum of RGB (Red+Green+Blue) = 143+82+89=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5259 is #70ADA6. Grayscale: #656565. Windows color (decimal): -7384487 or 5853839. OLE color: 5853839.
HSL color Cylindrical-coordinate representation of color #8F5259: hue angle of 353.11º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5259 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 89 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.44 |
| HSL | 353.11º | 0.27% | 0.44% | - |
| HSV(B) | 353.11º | 0.43% | 0.56% | - |
| XYZ | 16.15 | 12.6 | 11.03 | - |
| YUV | 101.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 89 | 0 | 0.43 | 0.38 | 0.44 | 353.11 | 0.27 | 0.44 |
| Hex | 8F | 52 | 59 | 0 | 2B | 26 | 2C | 161 | 1B | 2C |
| Octal | 217 | 122 | 131 | 0 | 53 | 46 | 54 | 541 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1011001 | 0 | 101011 | 100110 | 101100 | 101100001 | 11011 | 101100 |
Color Harmonies of #8F5259
Complementary color
Monochromatic Colors of #8F5259
Black with #8F5259
Text Example
Text Example
White with #8F5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5259; }
p { color: rgb(143,82,89); }
H1.HeaderClassName
{
color: #8F5259;
}
.AnyTagClassName
{
color: #8F5259;
}
</style>
background-color css
<style>
a { background-color: #8F5259; }
a { background-color: rgb(143,82,89); }
div.DivClassName
{
background-color: #8F5259;
}
.BgClassName
{
background-color: #8F5259;
}
</style>
border-color css
<style>
span { border-color: #8F5259; }
span { border-color: rgb(143,82,89); }
td.TdClassName
{
border-color: #8F5259;
}
.TagClassName
{
border-color: #8F5259;
}
</style>