Shades of Vin Rouge #9B5863
Tints of Vin Rouge #9B5863
RGB
CMYK
RGB Variations
Color information
#9B5863 (or 0x9B5863) is known color: Vin Rouge. HEX triplet: 9B, 58 and 63. RGB value is (155,88,99). Sum of RGB (Red+Green+Blue) = 155+88+99=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5863 is #64A79C. Grayscale: #6D6D6D. Windows color (decimal): -6596509 or 6510747. OLE color: 6510747.
HSL color Cylindrical-coordinate representation of color #9B5863: hue angle of 350.15º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5863 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 99 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.39 |
| HSL | 350.15º | 0.28% | 0.48% | - |
| HSV(B) | 350.15º | 0.43% | 0.61% | - |
| XYZ | 19.26 | 14.85 | 13.66 | - |
| YUV | 109.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 99 | 0 | 0.43 | 0.36 | 0.39 | 350.15 | 0.28 | 0.48 |
| Hex | 9B | 58 | 63 | 0 | 2B | 24 | 27 | 15E | 1C | 30 |
| Octal | 233 | 130 | 143 | 0 | 53 | 44 | 47 | 536 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1100011 | 0 | 101011 | 100100 | 100111 | 101011110 | 11100 | 110000 |
Color Harmonies of #9B5863
Complementary color
Monochromatic Colors of #9B5863
Black with #9B5863
Text Example
Text Example
White with #9B5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5863; }
p { color: rgb(155,88,99); }
H1.HeaderClassName
{
color: #9B5863;
}
.AnyTagClassName
{
color: #9B5863;
}
</style>
background-color css
<style>
a { background-color: #9B5863; }
a { background-color: rgb(155,88,99); }
div.DivClassName
{
background-color: #9B5863;
}
.BgClassName
{
background-color: #9B5863;
}
</style>
border-color css
<style>
span { border-color: #9B5863; }
span { border-color: rgb(155,88,99); }
td.TdClassName
{
border-color: #9B5863;
}
.TagClassName
{
border-color: #9B5863;
}
</style>