Shades of Vin Rouge #9E516C
Tints of Vin Rouge #9E516C
RGB
CMYK
RGB Variations
Color information
#9E516C (or 0x9E516C) is known color: Vin Rouge. HEX triplet: 9E, 51 and 6C. RGB value is (158,81,108). Sum of RGB (Red+Green+Blue) = 158+81+108=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E516C is #61AE93. Grayscale: #6B6B6B. Windows color (decimal): -6401684 or 7098782. OLE color: 7098782.
HSL color Cylindrical-coordinate representation of color #9E516C: hue angle of 338.96º 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 #9E516C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 108 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.38 |
| HSL | 338.96º | 0.32% | 0.47% | - |
| HSV(B) | 338.96º | 0.49% | 0.62% | - |
| XYZ | 19.75 | 14.24 | 15.89 | - |
| YUV | 107.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 108 | 0 | 0.49 | 0.32 | 0.38 | 338.96 | 0.32 | 0.47 |
| Hex | 9E | 51 | 6C | 0 | 31 | 20 | 26 | 153 | 20 | 2F |
| Octal | 236 | 121 | 154 | 0 | 61 | 40 | 46 | 523 | 40 | 57 |
| Binary | 10011110 | 1010001 | 1101100 | 0 | 110001 | 100000 | 100110 | 101010011 | 100000 | 101111 |
Color Harmonies of #9E516C
Complementary color
Monochromatic Colors of #9E516C
Black with #9E516C
Text Example
Text Example
White with #9E516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E516C; }
p { color: rgb(158,81,108); }
H1.HeaderClassName
{
color: #9E516C;
}
.AnyTagClassName
{
color: #9E516C;
}
</style>
background-color css
<style>
a { background-color: #9E516C; }
a { background-color: rgb(158,81,108); }
div.DivClassName
{
background-color: #9E516C;
}
.BgClassName
{
background-color: #9E516C;
}
</style>
border-color css
<style>
span { border-color: #9E516C; }
span { border-color: rgb(158,81,108); }
td.TdClassName
{
border-color: #9E516C;
}
.TagClassName
{
border-color: #9E516C;
}
</style>