Shades of Vin Rouge #9B5358
Tints of Vin Rouge #9B5358
RGB
CMYK
RGB Variations
Color information
#9B5358 (or 0x9B5358) is known color: Vin Rouge. HEX triplet: 9B, 53 and 58. RGB value is (155,83,88). Sum of RGB (Red+Green+Blue) = 155+83+88=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5358 is #64ACA7. Grayscale: #696969. Windows color (decimal): -6597800 or 5788571. OLE color: 5788571.
HSL color Cylindrical-coordinate representation of color #9B5358: hue angle of 355.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5358 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 88 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.39 |
| HSL | 355.83º | 0.3% | 0.47% | - |
| HSV(B) | 355.83º | 0.46% | 0.61% | - |
| XYZ | 18.37 | 13.86 | 10.94 | - |
| YUV | 105.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 88 | 0 | 0.46 | 0.43 | 0.39 | 355.83 | 0.3 | 0.47 |
| Hex | 9B | 53 | 58 | 0 | 2E | 2B | 27 | 164 | 1E | 2F |
| Octal | 233 | 123 | 130 | 0 | 56 | 53 | 47 | 544 | 36 | 57 |
| Binary | 10011011 | 1010011 | 1011000 | 0 | 101110 | 101011 | 100111 | 101100100 | 11110 | 101111 |
Color Harmonies of #9B5358
Complementary color
Monochromatic Colors of #9B5358
Black with #9B5358
Text Example
Text Example
White with #9B5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5358; }
p { color: rgb(155,83,88); }
H1.HeaderClassName
{
color: #9B5358;
}
.AnyTagClassName
{
color: #9B5358;
}
</style>
background-color css
<style>
a { background-color: #9B5358; }
a { background-color: rgb(155,83,88); }
div.DivClassName
{
background-color: #9B5358;
}
.BgClassName
{
background-color: #9B5358;
}
</style>
border-color css
<style>
span { border-color: #9B5358; }
span { border-color: rgb(155,83,88); }
td.TdClassName
{
border-color: #9B5358;
}
.TagClassName
{
border-color: #9B5358;
}
</style>