Shades of Vin Rouge #9E5073
Tints of Vin Rouge #9E5073
RGB
CMYK
RGB Variations
Color information
#9E5073 (or 0x9E5073) is known color: Vin Rouge. HEX triplet: 9E, 50 and 73. RGB value is (158,80,115). Sum of RGB (Red+Green+Blue) = 158+80+115=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5073 is #61AF8C. Grayscale: #6B6B6B. Windows color (decimal): -6401933 or 7557278. OLE color: 7557278.
HSL color Cylindrical-coordinate representation of color #9E5073: hue angle of 333.08º 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 #9E5073 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 115 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.38 |
| HSL | 333.08º | 0.33% | 0.47% | - |
| HSV(B) | 333.08º | 0.49% | 0.62% | - |
| XYZ | 20.06 | 14.24 | 17.91 | - |
| YUV | 107.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 115 | 0 | 0.49 | 0.27 | 0.38 | 333.08 | 0.33 | 0.47 |
| Hex | 9E | 50 | 73 | 0 | 31 | 1B | 26 | 14D | 21 | 2F |
| Octal | 236 | 120 | 163 | 0 | 61 | 33 | 46 | 515 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1110011 | 0 | 110001 | 11011 | 100110 | 101001101 | 100001 | 101111 |
Color Harmonies of #9E5073
Complementary color
Monochromatic Colors of #9E5073
Black with #9E5073
Text Example
Text Example
White with #9E5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5073; }
p { color: rgb(158,80,115); }
H1.HeaderClassName
{
color: #9E5073;
}
.AnyTagClassName
{
color: #9E5073;
}
</style>
background-color css
<style>
a { background-color: #9E5073; }
a { background-color: rgb(158,80,115); }
div.DivClassName
{
background-color: #9E5073;
}
.BgClassName
{
background-color: #9E5073;
}
</style>
border-color css
<style>
span { border-color: #9E5073; }
span { border-color: rgb(158,80,115); }
td.TdClassName
{
border-color: #9E5073;
}
.TagClassName
{
border-color: #9E5073;
}
</style>