Shades of Vin Rouge #9B586C
Tints of Vin Rouge #9B586C
RGB
CMYK
RGB Variations
Color information
#9B586C (or 0x9B586C) is known color: Vin Rouge. HEX triplet: 9B, 58 and 6C. RGB value is (155,88,108). Sum of RGB (Red+Green+Blue) = 155+88+108=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586C is #64A793. Grayscale: #6E6E6E. Windows color (decimal): -6596500 or 7100571. OLE color: 7100571.
HSL color Cylindrical-coordinate representation of color #9B586C: hue angle of 342.09º 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 #9B586C is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 108 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.39 |
| HSL | 342.09º | 0.28% | 0.48% | - |
| HSV(B) | 342.09º | 0.43% | 0.61% | - |
| XYZ | 19.71 | 15.03 | 16.05 | - |
| YUV | 110.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 108 | 0 | 0.43 | 0.30 | 0.39 | 342.09 | 0.28 | 0.48 |
| Hex | 9B | 58 | 6C | 0 | 2B | 1E | 27 | 156 | 1C | 30 |
| Octal | 233 | 130 | 154 | 0 | 53 | 36 | 47 | 526 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1101100 | 0 | 101011 | 11110 | 100111 | 101010110 | 11100 | 110000 |
Color Harmonies of #9B586C
Complementary color
Monochromatic Colors of #9B586C
Black with #9B586C
Text Example
Text Example
White with #9B586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B586C; }
p { color: rgb(155,88,108); }
H1.HeaderClassName
{
color: #9B586C;
}
.AnyTagClassName
{
color: #9B586C;
}
</style>
background-color css
<style>
a { background-color: #9B586C; }
a { background-color: rgb(155,88,108); }
div.DivClassName
{
background-color: #9B586C;
}
.BgClassName
{
background-color: #9B586C;
}
</style>
border-color css
<style>
span { border-color: #9B586C; }
span { border-color: rgb(155,88,108); }
td.TdClassName
{
border-color: #9B586C;
}
.TagClassName
{
border-color: #9B586C;
}
</style>