Shades of Vin Rouge #965760
Tints of Vin Rouge #965760
RGB
CMYK
RGB Variations
Color information
#965760 (or 0x965760) is known color: Vin Rouge. HEX triplet: 96, 57 and 60. RGB value is (150,87,96). Sum of RGB (Red+Green+Blue) = 150+87+96=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965760 is #69A89F. Grayscale: #6A6A6A. Windows color (decimal): -6924448 or 6313878. OLE color: 6313878.
HSL color Cylindrical-coordinate representation of color #965760: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965760 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 96 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.41 |
| HSL | 351.43º | 0.27% | 0.46% | - |
| HSV(B) | 351.43º | 0.42% | 0.59% | - |
| XYZ | 18.1 | 14.14 | 12.84 | - |
| YUV | 106.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 96 | 0 | 0.42 | 0.36 | 0.41 | 351.43 | 0.27 | 0.46 |
| Hex | 96 | 57 | 60 | 0 | 2A | 24 | 29 | 15F | 1B | 2E |
| Octal | 226 | 127 | 140 | 0 | 52 | 44 | 51 | 537 | 33 | 56 |
| Binary | 10010110 | 1010111 | 1100000 | 0 | 101010 | 100100 | 101001 | 101011111 | 11011 | 101110 |
Color Harmonies of #965760
Complementary color
Monochromatic Colors of #965760
Black with #965760
Text Example
Text Example
White with #965760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965760; }
p { color: rgb(150,87,96); }
H1.HeaderClassName
{
color: #965760;
}
.AnyTagClassName
{
color: #965760;
}
</style>
background-color css
<style>
a { background-color: #965760; }
a { background-color: rgb(150,87,96); }
div.DivClassName
{
background-color: #965760;
}
.BgClassName
{
background-color: #965760;
}
</style>
border-color css
<style>
span { border-color: #965760; }
span { border-color: rgb(150,87,96); }
td.TdClassName
{
border-color: #965760;
}
.TagClassName
{
border-color: #965760;
}
</style>