Shades of Vin Rouge #9B515D
Tints of Vin Rouge #9B515D
RGB
CMYK
RGB Variations
Color information
#9B515D (or 0x9B515D) is known color: Vin Rouge. HEX triplet: 9B, 51 and 5D. RGB value is (155,81,93). Sum of RGB (Red+Green+Blue) = 155+81+93=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B515D is #64AEA2. Grayscale: #686868. Windows color (decimal): -6598307 or 6115739. OLE color: 6115739.
HSL color Cylindrical-coordinate representation of color #9B515D: hue angle of 350.27º 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 #9B515D is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 93 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.39 |
| HSL | 350.27º | 0.31% | 0.46% | - |
| HSV(B) | 350.27º | 0.48% | 0.61% | - |
| XYZ | 18.44 | 13.64 | 12.02 | - |
| YUV | 104.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 93 | 0 | 0.48 | 0.4 | 0.39 | 350.27 | 0.31 | 0.46 |
| Hex | 9B | 51 | 5D | 0 | 30 | 28 | 27 | 15E | 1F | 2E |
| Octal | 233 | 121 | 135 | 0 | 60 | 50 | 47 | 536 | 37 | 56 |
| Binary | 10011011 | 1010001 | 1011101 | 0 | 110000 | 101000 | 100111 | 101011110 | 11111 | 101110 |
Color Harmonies of #9B515D
Complementary color
Monochromatic Colors of #9B515D
Black with #9B515D
Text Example
Text Example
White with #9B515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B515D; }
p { color: rgb(155,81,93); }
H1.HeaderClassName
{
color: #9B515D;
}
.AnyTagClassName
{
color: #9B515D;
}
</style>
background-color css
<style>
a { background-color: #9B515D; }
a { background-color: rgb(155,81,93); }
div.DivClassName
{
background-color: #9B515D;
}
.BgClassName
{
background-color: #9B515D;
}
</style>
border-color css
<style>
span { border-color: #9B515D; }
span { border-color: rgb(155,81,93); }
td.TdClassName
{
border-color: #9B515D;
}
.TagClassName
{
border-color: #9B515D;
}
</style>