Shades of Vin Rouge #9E5071
Tints of Vin Rouge #9E5071
RGB
CMYK
RGB Variations
Color information
#9E5071 (or 0x9E5071) is known color: Vin Rouge. HEX triplet: 9E, 50 and 71. RGB value is (158,80,113). Sum of RGB (Red+Green+Blue) = 158+80+113=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5071 is #61AF8E. Grayscale: #6B6B6B. Windows color (decimal): -6401935 or 7426206. OLE color: 7426206.
HSL color Cylindrical-coordinate representation of color #9E5071: hue angle of 334.62º degrees, saturation: 0.33, 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 #9E5071 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 113 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.38 |
| HSL | 334.62º | 0.33% | 0.47% | - |
| HSV(B) | 334.62º | 0.49% | 0.62% | - |
| XYZ | 19.95 | 14.2 | 17.31 | - |
| YUV | 107.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 113 | 0 | 0.49 | 0.28 | 0.38 | 334.62 | 0.33 | 0.47 |
| Hex | 9E | 50 | 71 | 0 | 31 | 1C | 26 | 14F | 21 | 2F |
| Octal | 236 | 120 | 161 | 0 | 61 | 34 | 46 | 517 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1110001 | 0 | 110001 | 11100 | 100110 | 101001111 | 100001 | 101111 |
Color Harmonies of #9E5071
Complementary color
Monochromatic Colors of #9E5071
Black with #9E5071
Text Example
Text Example
White with #9E5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5071; }
p { color: rgb(158,80,113); }
H1.HeaderClassName
{
color: #9E5071;
}
.AnyTagClassName
{
color: #9E5071;
}
</style>
background-color css
<style>
a { background-color: #9E5071; }
a { background-color: rgb(158,80,113); }
div.DivClassName
{
background-color: #9E5071;
}
.BgClassName
{
background-color: #9E5071;
}
</style>
border-color css
<style>
span { border-color: #9E5071; }
span { border-color: rgb(158,80,113); }
td.TdClassName
{
border-color: #9E5071;
}
.TagClassName
{
border-color: #9E5071;
}
</style>