Shades of Vin Rouge #965F62
Tints of Vin Rouge #965F62
RGB
CMYK
RGB Variations
Color information
#965F62 (or 0x965F62) is known color: Vin Rouge. HEX triplet: 96, 5F and 62. RGB value is (150,95,98). Sum of RGB (Red+Green+Blue) = 150+95+98=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #965F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F62 is #69A09D. Grayscale: #6F6F6F. Windows color (decimal): -6922398 or 6446998. OLE color: 6446998.
HSL color Cylindrical-coordinate representation of color #965F62: hue angle of 356.73º degrees, saturation: 0.22, 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 #965F62 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 98 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.41 |
| HSL | 356.73º | 0.22% | 0.48% | - |
| HSV(B) | 356.73º | 0.37% | 0.59% | - |
| XYZ | 18.87 | 15.55 | 13.56 | - |
| YUV | 111.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 98 | 0 | 0.37 | 0.35 | 0.41 | 356.73 | 0.22 | 0.48 |
| Hex | 96 | 5F | 62 | 0 | 25 | 23 | 29 | 165 | 16 | 30 |
| Octal | 226 | 137 | 142 | 0 | 45 | 43 | 51 | 545 | 26 | 60 |
| Binary | 10010110 | 1011111 | 1100010 | 0 | 100101 | 100011 | 101001 | 101100101 | 10110 | 110000 |
Color Harmonies of #965F62
Complementary color
Monochromatic Colors of #965F62
Black with #965F62
Text Example
Text Example
White with #965F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F62; }
p { color: rgb(150,95,98); }
H1.HeaderClassName
{
color: #965F62;
}
.AnyTagClassName
{
color: #965F62;
}
</style>
background-color css
<style>
a { background-color: #965F62; }
a { background-color: rgb(150,95,98); }
div.DivClassName
{
background-color: #965F62;
}
.BgClassName
{
background-color: #965F62;
}
</style>
border-color css
<style>
span { border-color: #965F62; }
span { border-color: rgb(150,95,98); }
td.TdClassName
{
border-color: #965F62;
}
.TagClassName
{
border-color: #965F62;
}
</style>