Shades of Vin Rouge #965963
Tints of Vin Rouge #965963
RGB
CMYK
RGB Variations
Color information
#965963 (or 0x965963) is known color: Vin Rouge. HEX triplet: 96, 59 and 63. RGB value is (150,89,99). Sum of RGB (Red+Green+Blue) = 150+89+99=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965963 is #69A69C. Grayscale: #6C6C6C. Windows color (decimal): -6923933 or 6510998. OLE color: 6510998.
HSL color Cylindrical-coordinate representation of color #965963: hue angle of 350.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965963 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 99 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.41 |
| HSL | 350.16º | 0.26% | 0.47% | - |
| HSV(B) | 350.16º | 0.41% | 0.59% | - |
| XYZ | 18.4 | 14.53 | 13.64 | - |
| YUV | 108.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 99 | 0 | 0.41 | 0.34 | 0.41 | 350.16 | 0.26 | 0.47 |
| Hex | 96 | 59 | 63 | 0 | 29 | 22 | 29 | 15E | 1A | 2F |
| Octal | 226 | 131 | 143 | 0 | 51 | 42 | 51 | 536 | 32 | 57 |
| Binary | 10010110 | 1011001 | 1100011 | 0 | 101001 | 100010 | 101001 | 101011110 | 11010 | 101111 |
Color Harmonies of #965963
Complementary color
Monochromatic Colors of #965963
Black with #965963
Text Example
Text Example
White with #965963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965963; }
p { color: rgb(150,89,99); }
H1.HeaderClassName
{
color: #965963;
}
.AnyTagClassName
{
color: #965963;
}
</style>
background-color css
<style>
a { background-color: #965963; }
a { background-color: rgb(150,89,99); }
div.DivClassName
{
background-color: #965963;
}
.BgClassName
{
background-color: #965963;
}
</style>
border-color css
<style>
span { border-color: #965963; }
span { border-color: rgb(150,89,99); }
td.TdClassName
{
border-color: #965963;
}
.TagClassName
{
border-color: #965963;
}
</style>