Shades of Vin Rouge #9E516D
Tints of Vin Rouge #9E516D
RGB
CMYK
RGB Variations
Color information
#9E516D (or 0x9E516D) is known color: Vin Rouge. HEX triplet: 9E, 51 and 6D. RGB value is (158,81,109). Sum of RGB (Red+Green+Blue) = 158+81+109=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E516D is #61AE92. Grayscale: #6B6B6B. Windows color (decimal): -6401683 or 7164318. OLE color: 7164318.
HSL color Cylindrical-coordinate representation of color #9E516D: hue angle of 338.18º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E516D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 109 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.38 |
| HSL | 338.18º | 0.32% | 0.47% | - |
| HSV(B) | 338.18º | 0.49% | 0.62% | - |
| XYZ | 19.8 | 14.26 | 16.18 | - |
| YUV | 107.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 109 | 0 | 0.49 | 0.31 | 0.38 | 338.18 | 0.32 | 0.47 |
| Hex | 9E | 51 | 6D | 0 | 31 | 1F | 26 | 152 | 20 | 2F |
| Octal | 236 | 121 | 155 | 0 | 61 | 37 | 46 | 522 | 40 | 57 |
| Binary | 10011110 | 1010001 | 1101101 | 0 | 110001 | 11111 | 100110 | 101010010 | 100000 | 101111 |
Color Harmonies of #9E516D
Complementary color
Monochromatic Colors of #9E516D
Black with #9E516D
Text Example
Text Example
White with #9E516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E516D; }
p { color: rgb(158,81,109); }
H1.HeaderClassName
{
color: #9E516D;
}
.AnyTagClassName
{
color: #9E516D;
}
</style>
background-color css
<style>
a { background-color: #9E516D; }
a { background-color: rgb(158,81,109); }
div.DivClassName
{
background-color: #9E516D;
}
.BgClassName
{
background-color: #9E516D;
}
</style>
border-color css
<style>
span { border-color: #9E516D; }
span { border-color: rgb(158,81,109); }
td.TdClassName
{
border-color: #9E516D;
}
.TagClassName
{
border-color: #9E516D;
}
</style>