Shades of Vin Rouge #965E61
Tints of Vin Rouge #965E61
RGB
CMYK
RGB Variations
Color information
#965E61 (or 0x965E61) is known color: Vin Rouge. HEX triplet: 96, 5E and 61. RGB value is (150,94,97). Sum of RGB (Red+Green+Blue) = 150+94+97=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E61 is #69A19E. Grayscale: #6F6F6F. Windows color (decimal): -6922655 or 6381206. OLE color: 6381206.
HSL color Cylindrical-coordinate representation of color #965E61: hue angle of 356.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E61 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 97 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.41 |
| HSL | 356.79º | 0.23% | 0.48% | - |
| HSV(B) | 356.79º | 0.37% | 0.59% | - |
| XYZ | 18.74 | 15.35 | 13.28 | - |
| YUV | 111.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 97 | 0 | 0.37 | 0.35 | 0.41 | 356.79 | 0.23 | 0.48 |
| Hex | 96 | 5E | 61 | 0 | 25 | 23 | 29 | 165 | 17 | 30 |
| Octal | 226 | 136 | 141 | 0 | 45 | 43 | 51 | 545 | 27 | 60 |
| Binary | 10010110 | 1011110 | 1100001 | 0 | 100101 | 100011 | 101001 | 101100101 | 10111 | 110000 |
Color Harmonies of #965E61
Complementary color
Monochromatic Colors of #965E61
Black with #965E61
Text Example
Text Example
White with #965E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E61; }
p { color: rgb(150,94,97); }
H1.HeaderClassName
{
color: #965E61;
}
.AnyTagClassName
{
color: #965E61;
}
</style>
background-color css
<style>
a { background-color: #965E61; }
a { background-color: rgb(150,94,97); }
div.DivClassName
{
background-color: #965E61;
}
.BgClassName
{
background-color: #965E61;
}
</style>
border-color css
<style>
span { border-color: #965E61; }
span { border-color: rgb(150,94,97); }
td.TdClassName
{
border-color: #965E61;
}
.TagClassName
{
border-color: #965E61;
}
</style>