Shades of Vin Rouge #965468
Tints of Vin Rouge #965468
RGB
CMYK
RGB Variations
Color information
#965468 (or 0x965468) is known color: Vin Rouge. HEX triplet: 96, 54 and 68. RGB value is (150,84,104). Sum of RGB (Red+Green+Blue) = 150+84+104=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965468 is #69AB97. Grayscale: #6A6A6A. Windows color (decimal): -6925208 or 6837398. OLE color: 6837398.
HSL color Cylindrical-coordinate representation of color #965468: hue angle of 341.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965468 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 104 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.41 |
| HSL | 341.82º | 0.28% | 0.46% | - |
| HSV(B) | 341.82º | 0.44% | 0.59% | - |
| XYZ | 18.25 | 13.82 | 14.8 | - |
| YUV | 106.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 104 | 0 | 0.44 | 0.31 | 0.41 | 341.82 | 0.28 | 0.46 |
| Hex | 96 | 54 | 68 | 0 | 2C | 1F | 29 | 156 | 1C | 2E |
| Octal | 226 | 124 | 150 | 0 | 54 | 37 | 51 | 526 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1101000 | 0 | 101100 | 11111 | 101001 | 101010110 | 11100 | 101110 |
Color Harmonies of #965468
Complementary color
Monochromatic Colors of #965468
Black with #965468
Text Example
Text Example
White with #965468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965468; }
p { color: rgb(150,84,104); }
H1.HeaderClassName
{
color: #965468;
}
.AnyTagClassName
{
color: #965468;
}
</style>
background-color css
<style>
a { background-color: #965468; }
a { background-color: rgb(150,84,104); }
div.DivClassName
{
background-color: #965468;
}
.BgClassName
{
background-color: #965468;
}
</style>
border-color css
<style>
span { border-color: #965468; }
span { border-color: rgb(150,84,104); }
td.TdClassName
{
border-color: #965468;
}
.TagClassName
{
border-color: #965468;
}
</style>