Shades of Vin Rouge #9B5862
Tints of Vin Rouge #9B5862
RGB
CMYK
RGB Variations
Color information
#9B5862 (or 0x9B5862) is known color: Vin Rouge. HEX triplet: 9B, 58 and 62. RGB value is (155,88,98). Sum of RGB (Red+Green+Blue) = 155+88+98=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5862 is #64A79D. Grayscale: #6D6D6D. Windows color (decimal): -6596510 or 6445211. OLE color: 6445211.
HSL color Cylindrical-coordinate representation of color #9B5862: hue angle of 351.04º 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 #9B5862 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 98 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.39 |
| HSL | 351.04º | 0.28% | 0.48% | - |
| HSV(B) | 351.04º | 0.43% | 0.61% | - |
| XYZ | 19.21 | 14.83 | 13.41 | - |
| YUV | 109.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 98 | 0 | 0.43 | 0.37 | 0.39 | 351.04 | 0.28 | 0.48 |
| Hex | 9B | 58 | 62 | 0 | 2B | 25 | 27 | 15F | 1C | 30 |
| Octal | 233 | 130 | 142 | 0 | 53 | 45 | 47 | 537 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1100010 | 0 | 101011 | 100101 | 100111 | 101011111 | 11100 | 110000 |
Color Harmonies of #9B5862
Complementary color
Monochromatic Colors of #9B5862
Black with #9B5862
Text Example
Text Example
White with #9B5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5862; }
p { color: rgb(155,88,98); }
H1.HeaderClassName
{
color: #9B5862;
}
.AnyTagClassName
{
color: #9B5862;
}
</style>
background-color css
<style>
a { background-color: #9B5862; }
a { background-color: rgb(155,88,98); }
div.DivClassName
{
background-color: #9B5862;
}
.BgClassName
{
background-color: #9B5862;
}
</style>
border-color css
<style>
span { border-color: #9B5862; }
span { border-color: rgb(155,88,98); }
td.TdClassName
{
border-color: #9B5862;
}
.TagClassName
{
border-color: #9B5862;
}
</style>