Shades of Vin Rouge #9B5158
Tints of Vin Rouge #9B5158
RGB
CMYK
RGB Variations
Color information
#9B5158 (or 0x9B5158) is known color: Vin Rouge. HEX triplet: 9B, 51 and 58. RGB value is (155,81,88). Sum of RGB (Red+Green+Blue) = 155+81+88=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5158 is #64AEA7. Grayscale: #676767. Windows color (decimal): -6598312 or 5788059. OLE color: 5788059.
HSL color Cylindrical-coordinate representation of color #9B5158: hue angle of 354.32º 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 #9B5158 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 88 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.39 |
| HSL | 354.32º | 0.31% | 0.46% | - |
| HSV(B) | 354.32º | 0.48% | 0.61% | - |
| XYZ | 18.22 | 13.56 | 10.89 | - |
| YUV | 103.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 88 | 0 | 0.48 | 0.43 | 0.39 | 354.32 | 0.31 | 0.46 |
| Hex | 9B | 51 | 58 | 0 | 30 | 2B | 27 | 162 | 1F | 2E |
| Octal | 233 | 121 | 130 | 0 | 60 | 53 | 47 | 542 | 37 | 56 |
| Binary | 10011011 | 1010001 | 1011000 | 0 | 110000 | 101011 | 100111 | 101100010 | 11111 | 101110 |
Color Harmonies of #9B5158
Complementary color
Monochromatic Colors of #9B5158
Black with #9B5158
Text Example
Text Example
White with #9B5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5158; }
p { color: rgb(155,81,88); }
H1.HeaderClassName
{
color: #9B5158;
}
.AnyTagClassName
{
color: #9B5158;
}
</style>
background-color css
<style>
a { background-color: #9B5158; }
a { background-color: rgb(155,81,88); }
div.DivClassName
{
background-color: #9B5158;
}
.BgClassName
{
background-color: #9B5158;
}
</style>
border-color css
<style>
span { border-color: #9B5158; }
span { border-color: rgb(155,81,88); }
td.TdClassName
{
border-color: #9B5158;
}
.TagClassName
{
border-color: #9B5158;
}
</style>