Shades of Vin Rouge #9B5075
Tints of Vin Rouge #9B5075
RGB
CMYK
RGB Variations
Color information
#9B5075 (or 0x9B5075) is known color: Vin Rouge. HEX triplet: 9B, 50 and 75. RGB value is (155,80,117). Sum of RGB (Red+Green+Blue) = 155+80+117=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5075 is #64AF8A. Grayscale: #6A6A6A. Windows color (decimal): -6598539 or 7688347. OLE color: 7688347.
HSL color Cylindrical-coordinate representation of color #9B5075: hue angle of 330.4º 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 #9B5075 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 117 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.39 |
| HSL | 330.4º | 0.32% | 0.46% | - |
| HSV(B) | 330.4º | 0.48% | 0.61% | - |
| XYZ | 19.6 | 13.99 | 18.5 | - |
| YUV | 106.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 117 | 0 | 0.48 | 0.25 | 0.39 | 330.4 | 0.32 | 0.46 |
| Hex | 9B | 50 | 75 | 0 | 30 | 19 | 27 | 14A | 20 | 2E |
| Octal | 233 | 120 | 165 | 0 | 60 | 31 | 47 | 512 | 40 | 56 |
| Binary | 10011011 | 1010000 | 1110101 | 0 | 110000 | 11001 | 100111 | 101001010 | 100000 | 101110 |
Color Harmonies of #9B5075
Complementary color
Monochromatic Colors of #9B5075
Black with #9B5075
Text Example
Text Example
White with #9B5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5075; }
p { color: rgb(155,80,117); }
H1.HeaderClassName
{
color: #9B5075;
}
.AnyTagClassName
{
color: #9B5075;
}
</style>
background-color css
<style>
a { background-color: #9B5075; }
a { background-color: rgb(155,80,117); }
div.DivClassName
{
background-color: #9B5075;
}
.BgClassName
{
background-color: #9B5075;
}
</style>
border-color css
<style>
span { border-color: #9B5075; }
span { border-color: rgb(155,80,117); }
td.TdClassName
{
border-color: #9B5075;
}
.TagClassName
{
border-color: #9B5075;
}
</style>