Shades of Vin Rouge #965C62
Tints of Vin Rouge #965C62
RGB
CMYK
RGB Variations
Color information
#965C62 (or 0x965C62) is known color: Vin Rouge. HEX triplet: 96, 5C and 62. RGB value is (150,92,98). Sum of RGB (Red+Green+Blue) = 150+92+98=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #965C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C62 is #69A39D. Grayscale: #6E6E6E. Windows color (decimal): -6923166 or 6446230. OLE color: 6446230.
HSL color Cylindrical-coordinate representation of color #965C62: hue angle of 353.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965C62 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 98 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.41 |
| HSL | 353.79º | 0.24% | 0.47% | - |
| HSV(B) | 353.79º | 0.39% | 0.59% | - |
| XYZ | 18.61 | 15.02 | 13.47 | - |
| YUV | 110.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 98 | 0 | 0.39 | 0.35 | 0.41 | 353.79 | 0.24 | 0.47 |
| Hex | 96 | 5C | 62 | 0 | 27 | 23 | 29 | 162 | 18 | 2F |
| Octal | 226 | 134 | 142 | 0 | 47 | 43 | 51 | 542 | 30 | 57 |
| Binary | 10010110 | 1011100 | 1100010 | 0 | 100111 | 100011 | 101001 | 101100010 | 11000 | 101111 |
Color Harmonies of #965C62
Complementary color
Monochromatic Colors of #965C62
Black with #965C62
Text Example
Text Example
White with #965C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C62; }
p { color: rgb(150,92,98); }
H1.HeaderClassName
{
color: #965C62;
}
.AnyTagClassName
{
color: #965C62;
}
</style>
background-color css
<style>
a { background-color: #965C62; }
a { background-color: rgb(150,92,98); }
div.DivClassName
{
background-color: #965C62;
}
.BgClassName
{
background-color: #965C62;
}
</style>
border-color css
<style>
span { border-color: #965C62; }
span { border-color: rgb(150,92,98); }
td.TdClassName
{
border-color: #965C62;
}
.TagClassName
{
border-color: #965C62;
}
</style>