Shades of Vin Rouge #96505B
Tints of Vin Rouge #96505B
RGB
CMYK
RGB Variations
Color information
#96505B (or 0x96505B) is known color: Vin Rouge. HEX triplet: 96, 50 and 5B. RGB value is (150,80,91). Sum of RGB (Red+Green+Blue) = 150+80+91=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96505B is #69AFA4. Grayscale: #666666. Windows color (decimal): -6926245 or 5984406. OLE color: 5984406.
HSL color Cylindrical-coordinate representation of color #96505B: hue angle of 350.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96505B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 91 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.41 |
| HSL | 350.57º | 0.3% | 0.45% | - |
| HSV(B) | 350.57º | 0.47% | 0.59% | - |
| XYZ | 17.33 | 12.98 | 11.49 | - |
| YUV | 102.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 91 | 0 | 0.47 | 0.39 | 0.41 | 350.57 | 0.3 | 0.45 |
| Hex | 96 | 50 | 5B | 0 | 2F | 27 | 29 | 15F | 1E | 2D |
| Octal | 226 | 120 | 133 | 0 | 57 | 47 | 51 | 537 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1011011 | 0 | 101111 | 100111 | 101001 | 101011111 | 11110 | 101101 |
Color Harmonies of #96505B
Complementary color
Monochromatic Colors of #96505B
Black with #96505B
Text Example
Text Example
White with #96505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96505B; }
p { color: rgb(150,80,91); }
H1.HeaderClassName
{
color: #96505B;
}
.AnyTagClassName
{
color: #96505B;
}
</style>
background-color css
<style>
a { background-color: #96505B; }
a { background-color: rgb(150,80,91); }
div.DivClassName
{
background-color: #96505B;
}
.BgClassName
{
background-color: #96505B;
}
</style>
border-color css
<style>
span { border-color: #96505B; }
span { border-color: rgb(150,80,91); }
td.TdClassName
{
border-color: #96505B;
}
.TagClassName
{
border-color: #96505B;
}
</style>