Shades of Vin Rouge #9B5463
Tints of Vin Rouge #9B5463
RGB
CMYK
RGB Variations
Color information
#9B5463 (or 0x9B5463) is known color: Vin Rouge. HEX triplet: 9B, 54 and 63. RGB value is (155,84,99). Sum of RGB (Red+Green+Blue) = 155+84+99=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5463 is #64AB9C. Grayscale: #6A6A6A. Windows color (decimal): -6597533 or 6509723. OLE color: 6509723.
HSL color Cylindrical-coordinate representation of color #9B5463: hue angle of 347.32º 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 #9B5463 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 99 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.39 |
| HSL | 347.32º | 0.3% | 0.47% | - |
| HSV(B) | 347.32º | 0.46% | 0.61% | - |
| XYZ | 18.94 | 14.21 | 13.55 | - |
| YUV | 106.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 99 | 0 | 0.46 | 0.36 | 0.39 | 347.32 | 0.3 | 0.47 |
| Hex | 9B | 54 | 63 | 0 | 2E | 24 | 27 | 15B | 1E | 2F |
| Octal | 233 | 124 | 143 | 0 | 56 | 44 | 47 | 533 | 36 | 57 |
| Binary | 10011011 | 1010100 | 1100011 | 0 | 101110 | 100100 | 100111 | 101011011 | 11110 | 101111 |
Color Harmonies of #9B5463
Complementary color
Monochromatic Colors of #9B5463
Black with #9B5463
Text Example
Text Example
White with #9B5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5463; }
p { color: rgb(155,84,99); }
H1.HeaderClassName
{
color: #9B5463;
}
.AnyTagClassName
{
color: #9B5463;
}
</style>
background-color css
<style>
a { background-color: #9B5463; }
a { background-color: rgb(155,84,99); }
div.DivClassName
{
background-color: #9B5463;
}
.BgClassName
{
background-color: #9B5463;
}
</style>
border-color css
<style>
span { border-color: #9B5463; }
span { border-color: rgb(155,84,99); }
td.TdClassName
{
border-color: #9B5463;
}
.TagClassName
{
border-color: #9B5463;
}
</style>