Shades of Vin Rouge #965665
Tints of Vin Rouge #965665
RGB
CMYK
RGB Variations
Color information
#965665 (or 0x965665) is known color: Vin Rouge. HEX triplet: 96, 56 and 65. RGB value is (150,86,101). Sum of RGB (Red+Green+Blue) = 150+86+101=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965665 is #69A99A. Grayscale: #6A6A6A. Windows color (decimal): -6924699 or 6641302. OLE color: 6641302.
HSL color Cylindrical-coordinate representation of color #965665: hue angle of 345.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965665 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 101 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.41 |
| HSL | 345.94º | 0.27% | 0.46% | - |
| HSV(B) | 345.94º | 0.43% | 0.59% | - |
| XYZ | 18.25 | 14.08 | 14.07 | - |
| YUV | 106.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 101 | 0 | 0.43 | 0.33 | 0.41 | 345.94 | 0.27 | 0.46 |
| Hex | 96 | 56 | 65 | 0 | 2B | 21 | 29 | 15A | 1B | 2E |
| Octal | 226 | 126 | 145 | 0 | 53 | 41 | 51 | 532 | 33 | 56 |
| Binary | 10010110 | 1010110 | 1100101 | 0 | 101011 | 100001 | 101001 | 101011010 | 11011 | 101110 |
Color Harmonies of #965665
Complementary color
Monochromatic Colors of #965665
Black with #965665
Text Example
Text Example
White with #965665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965665; }
p { color: rgb(150,86,101); }
H1.HeaderClassName
{
color: #965665;
}
.AnyTagClassName
{
color: #965665;
}
</style>
background-color css
<style>
a { background-color: #965665; }
a { background-color: rgb(150,86,101); }
div.DivClassName
{
background-color: #965665;
}
.BgClassName
{
background-color: #965665;
}
</style>
border-color css
<style>
span { border-color: #965665; }
span { border-color: rgb(150,86,101); }
td.TdClassName
{
border-color: #965665;
}
.TagClassName
{
border-color: #965665;
}
</style>