Shades of Vin Rouge #9E556E
Tints of Vin Rouge #9E556E
RGB
CMYK
RGB Variations
Color information
#9E556E (or 0x9E556E) is known color: Vin Rouge. HEX triplet: 9E, 55 and 6E. RGB value is (158,85,110). Sum of RGB (Red+Green+Blue) = 158+85+110=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E556E is #61AA91. Grayscale: #6D6D6D. Windows color (decimal): -6400658 or 7230878. OLE color: 7230878.
HSL color Cylindrical-coordinate representation of color #9E556E: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E556E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 110 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.38 |
| HSL | 339.45º | 0.3% | 0.48% | - |
| HSV(B) | 339.45º | 0.46% | 0.62% | - |
| XYZ | 20.16 | 14.89 | 16.56 | - |
| YUV | 109.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 110 | 0 | 0.46 | 0.30 | 0.38 | 339.45 | 0.3 | 0.48 |
| Hex | 9E | 55 | 6E | 0 | 2E | 1E | 26 | 153 | 1E | 30 |
| Octal | 236 | 125 | 156 | 0 | 56 | 36 | 46 | 523 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1101110 | 0 | 101110 | 11110 | 100110 | 101010011 | 11110 | 110000 |
Color Harmonies of #9E556E
Complementary color
Monochromatic Colors of #9E556E
Black with #9E556E
Text Example
Text Example
White with #9E556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E556E; }
p { color: rgb(158,85,110); }
H1.HeaderClassName
{
color: #9E556E;
}
.AnyTagClassName
{
color: #9E556E;
}
</style>
background-color css
<style>
a { background-color: #9E556E; }
a { background-color: rgb(158,85,110); }
div.DivClassName
{
background-color: #9E556E;
}
.BgClassName
{
background-color: #9E556E;
}
</style>
border-color css
<style>
span { border-color: #9E556E; }
span { border-color: rgb(158,85,110); }
td.TdClassName
{
border-color: #9E556E;
}
.TagClassName
{
border-color: #9E556E;
}
</style>