Shades of Vin Rouge #9B6062
Tints of Vin Rouge #9B6062
RGB
CMYK
RGB Variations
Color information
#9B6062 (or 0x9B6062) is known color: Vin Rouge. HEX triplet: 9B, 60 and 62. RGB value is (155,96,98). Sum of RGB (Red+Green+Blue) = 155+96+98=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6062 is #649F9D. Grayscale: #717171. Windows color (decimal): -6594462 or 6447259. OLE color: 6447259.
HSL color Cylindrical-coordinate representation of color #9B6062: hue angle of 357.97º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6062 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 98 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.39 |
| HSL | 357.97º | 0.24% | 0.49% | - |
| HSV(B) | 357.97º | 0.38% | 0.61% | - |
| XYZ | 19.91 | 16.22 | 13.64 | - |
| YUV | 113.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 98 | 0 | 0.38 | 0.37 | 0.39 | 357.97 | 0.24 | 0.49 |
| Hex | 9B | 60 | 62 | 0 | 26 | 25 | 27 | 166 | 18 | 31 |
| Octal | 233 | 140 | 142 | 0 | 46 | 45 | 47 | 546 | 30 | 61 |
| Binary | 10011011 | 1100000 | 1100010 | 0 | 100110 | 100101 | 100111 | 101100110 | 11000 | 110001 |
Color Harmonies of #9B6062
Complementary color
Monochromatic Colors of #9B6062
Black with #9B6062
Text Example
Text Example
White with #9B6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6062; }
p { color: rgb(155,96,98); }
H1.HeaderClassName
{
color: #9B6062;
}
.AnyTagClassName
{
color: #9B6062;
}
</style>
background-color css
<style>
a { background-color: #9B6062; }
a { background-color: rgb(155,96,98); }
div.DivClassName
{
background-color: #9B6062;
}
.BgClassName
{
background-color: #9B6062;
}
</style>
border-color css
<style>
span { border-color: #9B6062; }
span { border-color: rgb(155,96,98); }
td.TdClassName
{
border-color: #9B6062;
}
.TagClassName
{
border-color: #9B6062;
}
</style>