Shades of Vin Rouge #9B5165
Tints of Vin Rouge #9B5165
RGB
CMYK
RGB Variations
Color information
#9B5165 (or 0x9B5165) is known color: Vin Rouge. HEX triplet: 9B, 51 and 65. RGB value is (155,81,101). Sum of RGB (Red+Green+Blue) = 155+81+101=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5165 is #64AE9A. Grayscale: #696969. Windows color (decimal): -6598299 or 6640027. OLE color: 6640027.
HSL color Cylindrical-coordinate representation of color #9B5165: hue angle of 343.78º 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 #9B5165 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 101 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.39 |
| HSL | 343.78º | 0.31% | 0.46% | - |
| HSV(B) | 343.78º | 0.48% | 0.61% | - |
| XYZ | 18.81 | 13.79 | 13.98 | - |
| YUV | 105.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 101 | 0 | 0.48 | 0.35 | 0.39 | 343.78 | 0.31 | 0.46 |
| Hex | 9B | 51 | 65 | 0 | 30 | 23 | 27 | 158 | 1F | 2E |
| Octal | 233 | 121 | 145 | 0 | 60 | 43 | 47 | 530 | 37 | 56 |
| Binary | 10011011 | 1010001 | 1100101 | 0 | 110000 | 100011 | 100111 | 101011000 | 11111 | 101110 |
Color Harmonies of #9B5165
Complementary color
Monochromatic Colors of #9B5165
Black with #9B5165
Text Example
Text Example
White with #9B5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5165; }
p { color: rgb(155,81,101); }
H1.HeaderClassName
{
color: #9B5165;
}
.AnyTagClassName
{
color: #9B5165;
}
</style>
background-color css
<style>
a { background-color: #9B5165; }
a { background-color: rgb(155,81,101); }
div.DivClassName
{
background-color: #9B5165;
}
.BgClassName
{
background-color: #9B5165;
}
</style>
border-color css
<style>
span { border-color: #9B5165; }
span { border-color: rgb(155,81,101); }
td.TdClassName
{
border-color: #9B5165;
}
.TagClassName
{
border-color: #9B5165;
}
</style>