Shades of Vin Rouge #8F515E
Tints of Vin Rouge #8F515E
RGB
CMYK
RGB Variations
Color information
#8F515E (or 0x8F515E) is known color: Vin Rouge. HEX triplet: 8F, 51 and 5E. RGB value is (143,81,94). Sum of RGB (Red+Green+Blue) = 143+81+94=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F515E is #70AEA1. Grayscale: #656565. Windows color (decimal): -7384738 or 6181263. OLE color: 6181263.
HSL color Cylindrical-coordinate representation of color #8F515E: hue angle of 347.42º degrees, saturation: 0.28, 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 #8F515E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 94 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.44 |
| HSL | 347.42º | 0.28% | 0.44% | - |
| HSV(B) | 347.42º | 0.43% | 0.56% | - |
| XYZ | 16.29 | 12.53 | 12.15 | - |
| YUV | 101.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 94 | 0 | 0.43 | 0.34 | 0.44 | 347.42 | 0.28 | 0.44 |
| Hex | 8F | 51 | 5E | 0 | 2B | 22 | 2C | 15B | 1C | 2C |
| Octal | 217 | 121 | 136 | 0 | 53 | 42 | 54 | 533 | 34 | 54 |
| Binary | 10001111 | 1010001 | 1011110 | 0 | 101011 | 100010 | 101100 | 101011011 | 11100 | 101100 |
Color Harmonies of #8F515E
Complementary color
Monochromatic Colors of #8F515E
Black with #8F515E
Text Example
Text Example
White with #8F515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F515E; }
p { color: rgb(143,81,94); }
H1.HeaderClassName
{
color: #8F515E;
}
.AnyTagClassName
{
color: #8F515E;
}
</style>
background-color css
<style>
a { background-color: #8F515E; }
a { background-color: rgb(143,81,94); }
div.DivClassName
{
background-color: #8F515E;
}
.BgClassName
{
background-color: #8F515E;
}
</style>
border-color css
<style>
span { border-color: #8F515E; }
span { border-color: rgb(143,81,94); }
td.TdClassName
{
border-color: #8F515E;
}
.TagClassName
{
border-color: #8F515E;
}
</style>