Shades of Vin Rouge #9B505B
Tints of Vin Rouge #9B505B
RGB
CMYK
RGB Variations
Color information
#9B505B (or 0x9B505B) is known color: Vin Rouge. HEX triplet: 9B, 50 and 5B. RGB value is (155,80,91). Sum of RGB (Red+Green+Blue) = 155+80+91=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505B is #64AFA4. Grayscale: #676767. Windows color (decimal): -6598565 or 5984411. OLE color: 5984411.
HSL color Cylindrical-coordinate representation of color #9B505B: hue angle of 351.2º degrees, saturation: 0.32, 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 #9B505B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 91 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.39 |
| HSL | 351.2º | 0.32% | 0.46% | - |
| HSV(B) | 351.2º | 0.48% | 0.61% | - |
| XYZ | 18.27 | 13.46 | 11.53 | - |
| YUV | 103.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 91 | 0 | 0.48 | 0.41 | 0.39 | 351.2 | 0.32 | 0.46 |
| Hex | 9B | 50 | 5B | 0 | 30 | 29 | 27 | 15F | 20 | 2E |
| Octal | 233 | 120 | 133 | 0 | 60 | 51 | 47 | 537 | 40 | 56 |
| Binary | 10011011 | 1010000 | 1011011 | 0 | 110000 | 101001 | 100111 | 101011111 | 100000 | 101110 |
Color Harmonies of #9B505B
Complementary color
Monochromatic Colors of #9B505B
Black with #9B505B
Text Example
Text Example
White with #9B505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B505B; }
p { color: rgb(155,80,91); }
H1.HeaderClassName
{
color: #9B505B;
}
.AnyTagClassName
{
color: #9B505B;
}
</style>
background-color css
<style>
a { background-color: #9B505B; }
a { background-color: rgb(155,80,91); }
div.DivClassName
{
background-color: #9B505B;
}
.BgClassName
{
background-color: #9B505B;
}
</style>
border-color css
<style>
span { border-color: #9B505B; }
span { border-color: rgb(155,80,91); }
td.TdClassName
{
border-color: #9B505B;
}
.TagClassName
{
border-color: #9B505B;
}
</style>