Shades of Vin Rouge #915963
Tints of Vin Rouge #915963
RGB
CMYK
RGB Variations
Color information
#915963 (or 0x915963) is known color: Vin Rouge. HEX triplet: 91, 59 and 63. RGB value is (145,89,99). Sum of RGB (Red+Green+Blue) = 145+89+99=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #915963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915963 is #6EA69C. Grayscale: #6A6A6A. Windows color (decimal): -7251613 or 6510993. OLE color: 6510993.
HSL color Cylindrical-coordinate representation of color #915963: hue angle of 349.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915963 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 99 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.43 |
| HSL | 349.29º | 0.24% | 0.46% | - |
| HSV(B) | 349.29º | 0.39% | 0.57% | - |
| XYZ | 17.5 | 14.07 | 13.6 | - |
| YUV | 106.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 99 | 0 | 0.39 | 0.32 | 0.43 | 349.29 | 0.24 | 0.46 |
| Hex | 91 | 59 | 63 | 0 | 27 | 20 | 2B | 15D | 18 | 2E |
| Octal | 221 | 131 | 143 | 0 | 47 | 40 | 53 | 535 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1100011 | 0 | 100111 | 100000 | 101011 | 101011101 | 11000 | 101110 |
Color Harmonies of #915963
Complementary color
Monochromatic Colors of #915963
Black with #915963
Text Example
Text Example
White with #915963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915963; }
p { color: rgb(145,89,99); }
H1.HeaderClassName
{
color: #915963;
}
.AnyTagClassName
{
color: #915963;
}
</style>
background-color css
<style>
a { background-color: #915963; }
a { background-color: rgb(145,89,99); }
div.DivClassName
{
background-color: #915963;
}
.BgClassName
{
background-color: #915963;
}
</style>
border-color css
<style>
span { border-color: #915963; }
span { border-color: rgb(145,89,99); }
td.TdClassName
{
border-color: #915963;
}
.TagClassName
{
border-color: #915963;
}
</style>