Shades of Vin Rouge #9B5266
Tints of Vin Rouge #9B5266
RGB
CMYK
RGB Variations
Color information
#9B5266 (or 0x9B5266) is known color: Vin Rouge. HEX triplet: 9B, 52 and 66. RGB value is (155,82,102). Sum of RGB (Red+Green+Blue) = 155+82+102=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5266 is #64AD99. Grayscale: #6A6A6A. Windows color (decimal): -6598042 or 6705819. OLE color: 6705819.
HSL color Cylindrical-coordinate representation of color #9B5266: hue angle of 343.56º 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 #9B5266 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 102 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.39 |
| HSL | 343.56º | 0.31% | 0.46% | - |
| HSV(B) | 343.56º | 0.47% | 0.61% | - |
| XYZ | 18.93 | 13.96 | 14.27 | - |
| YUV | 106.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 102 | 0 | 0.47 | 0.34 | 0.39 | 343.56 | 0.31 | 0.46 |
| Hex | 9B | 52 | 66 | 0 | 2F | 22 | 27 | 158 | 1F | 2E |
| Octal | 233 | 122 | 146 | 0 | 57 | 42 | 47 | 530 | 37 | 56 |
| Binary | 10011011 | 1010010 | 1100110 | 0 | 101111 | 100010 | 100111 | 101011000 | 11111 | 101110 |
Color Harmonies of #9B5266
Complementary color
Monochromatic Colors of #9B5266
Black with #9B5266
Text Example
Text Example
White with #9B5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5266; }
p { color: rgb(155,82,102); }
H1.HeaderClassName
{
color: #9B5266;
}
.AnyTagClassName
{
color: #9B5266;
}
</style>
background-color css
<style>
a { background-color: #9B5266; }
a { background-color: rgb(155,82,102); }
div.DivClassName
{
background-color: #9B5266;
}
.BgClassName
{
background-color: #9B5266;
}
</style>
border-color css
<style>
span { border-color: #9B5266; }
span { border-color: rgb(155,82,102); }
td.TdClassName
{
border-color: #9B5266;
}
.TagClassName
{
border-color: #9B5266;
}
</style>