Shades of Vin Rouge #9B5260
Tints of Vin Rouge #9B5260
RGB
CMYK
RGB Variations
Color information
#9B5260 (or 0x9B5260) is known color: Vin Rouge. HEX triplet: 9B, 52 and 60. RGB value is (155,82,96). Sum of RGB (Red+Green+Blue) = 155+82+96=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5260 is #64AD9F. Grayscale: #696969. Windows color (decimal): -6598048 or 6312603. OLE color: 6312603.
HSL color Cylindrical-coordinate representation of color #9B5260: hue angle of 348.49º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B5260 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 96 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.39 |
| HSL | 348.49º | 0.31% | 0.46% | - |
| HSV(B) | 348.49º | 0.47% | 0.61% | - |
| XYZ | 18.65 | 13.85 | 12.76 | - |
| YUV | 105.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 96 | 0 | 0.47 | 0.38 | 0.39 | 348.49 | 0.31 | 0.46 |
| Hex | 9B | 52 | 60 | 0 | 2F | 26 | 27 | 15C | 1F | 2E |
| Octal | 233 | 122 | 140 | 0 | 57 | 46 | 47 | 534 | 37 | 56 |
| Binary | 10011011 | 1010010 | 1100000 | 0 | 101111 | 100110 | 100111 | 101011100 | 11111 | 101110 |
Color Harmonies of #9B5260
Complementary color
Monochromatic Colors of #9B5260
Black with #9B5260
Text Example
Text Example
White with #9B5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5260; }
p { color: rgb(155,82,96); }
H1.HeaderClassName
{
color: #9B5260;
}
.AnyTagClassName
{
color: #9B5260;
}
</style>
background-color css
<style>
a { background-color: #9B5260; }
a { background-color: rgb(155,82,96); }
div.DivClassName
{
background-color: #9B5260;
}
.BgClassName
{
background-color: #9B5260;
}
</style>
border-color css
<style>
span { border-color: #9B5260; }
span { border-color: rgb(155,82,96); }
td.TdClassName
{
border-color: #9B5260;
}
.TagClassName
{
border-color: #9B5260;
}
</style>