Shades of Vin Rouge #965968
Tints of Vin Rouge #965968
RGB
CMYK
RGB Variations
Color information
#965968 (or 0x965968) is known color: Vin Rouge. HEX triplet: 96, 59 and 68. RGB value is (150,89,104). Sum of RGB (Red+Green+Blue) = 150+89+104=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #965968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965968 is #69A697. Grayscale: #6C6C6C. Windows color (decimal): -6923928 or 6838678. OLE color: 6838678.
HSL color Cylindrical-coordinate representation of color #965968: hue angle of 345.25º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965968 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 104 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.41 |
| HSL | 345.25º | 0.26% | 0.47% | - |
| HSV(B) | 345.25º | 0.41% | 0.59% | - |
| XYZ | 18.65 | 14.63 | 14.94 | - |
| YUV | 108.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 104 | 0 | 0.41 | 0.31 | 0.41 | 345.25 | 0.26 | 0.47 |
| Hex | 96 | 59 | 68 | 0 | 29 | 1F | 29 | 159 | 1A | 2F |
| Octal | 226 | 131 | 150 | 0 | 51 | 37 | 51 | 531 | 32 | 57 |
| Binary | 10010110 | 1011001 | 1101000 | 0 | 101001 | 11111 | 101001 | 101011001 | 11010 | 101111 |
Color Harmonies of #965968
Complementary color
Monochromatic Colors of #965968
Black with #965968
Text Example
Text Example
White with #965968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965968; }
p { color: rgb(150,89,104); }
H1.HeaderClassName
{
color: #965968;
}
.AnyTagClassName
{
color: #965968;
}
</style>
background-color css
<style>
a { background-color: #965968; }
a { background-color: rgb(150,89,104); }
div.DivClassName
{
background-color: #965968;
}
.BgClassName
{
background-color: #965968;
}
</style>
border-color css
<style>
span { border-color: #965968; }
span { border-color: rgb(150,89,104); }
td.TdClassName
{
border-color: #965968;
}
.TagClassName
{
border-color: #965968;
}
</style>