Shades of Vin Rouge #9B515E
Tints of Vin Rouge #9B515E
RGB
CMYK
RGB Variations
Color information
#9B515E (or 0x9B515E) is known color: Vin Rouge. HEX triplet: 9B, 51 and 5E. RGB value is (155,81,94). Sum of RGB (Red+Green+Blue) = 155+81+94=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B515E is #64AEA1. Grayscale: #686868. Windows color (decimal): -6598306 or 6181275. OLE color: 6181275.
HSL color Cylindrical-coordinate representation of color #9B515E: hue angle of 349.46º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B515E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 94 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.39 |
| HSL | 349.46º | 0.31% | 0.46% | - |
| HSV(B) | 349.46º | 0.48% | 0.61% | - |
| XYZ | 18.48 | 13.66 | 12.25 | - |
| YUV | 104.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 94 | 0 | 0.48 | 0.39 | 0.39 | 349.46 | 0.31 | 0.46 |
| Hex | 9B | 51 | 5E | 0 | 30 | 27 | 27 | 15D | 1F | 2E |
| Octal | 233 | 121 | 136 | 0 | 60 | 47 | 47 | 535 | 37 | 56 |
| Binary | 10011011 | 1010001 | 1011110 | 0 | 110000 | 100111 | 100111 | 101011101 | 11111 | 101110 |
Color Harmonies of #9B515E
Complementary color
Monochromatic Colors of #9B515E
Black with #9B515E
Text Example
Text Example
White with #9B515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B515E; }
p { color: rgb(155,81,94); }
H1.HeaderClassName
{
color: #9B515E;
}
.AnyTagClassName
{
color: #9B515E;
}
</style>
background-color css
<style>
a { background-color: #9B515E; }
a { background-color: rgb(155,81,94); }
div.DivClassName
{
background-color: #9B515E;
}
.BgClassName
{
background-color: #9B515E;
}
</style>
border-color css
<style>
span { border-color: #9B515E; }
span { border-color: rgb(155,81,94); }
td.TdClassName
{
border-color: #9B515E;
}
.TagClassName
{
border-color: #9B515E;
}
</style>