Shades of Vin Rouge #965464
Tints of Vin Rouge #965464
RGB
CMYK
RGB Variations
Color information
#965464 (or 0x965464) is known color: Vin Rouge. HEX triplet: 96, 54 and 64. RGB value is (150,84,100). Sum of RGB (Red+Green+Blue) = 150+84+100=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #965464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965464 is #69AB9B. Grayscale: #696969. Windows color (decimal): -6925212 or 6575254. OLE color: 6575254.
HSL color Cylindrical-coordinate representation of color #965464: hue angle of 345.45º 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 #965464 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 100 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.41 |
| HSL | 345.45º | 0.28% | 0.46% | - |
| HSV(B) | 345.45º | 0.44% | 0.59% | - |
| XYZ | 18.05 | 13.74 | 13.76 | - |
| YUV | 105.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 100 | 0 | 0.44 | 0.33 | 0.41 | 345.45 | 0.28 | 0.46 |
| Hex | 96 | 54 | 64 | 0 | 2C | 21 | 29 | 159 | 1C | 2E |
| Octal | 226 | 124 | 144 | 0 | 54 | 41 | 51 | 531 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1100100 | 0 | 101100 | 100001 | 101001 | 101011001 | 11100 | 101110 |
Color Harmonies of #965464
Complementary color
Monochromatic Colors of #965464
Black with #965464
Text Example
Text Example
White with #965464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965464; }
p { color: rgb(150,84,100); }
H1.HeaderClassName
{
color: #965464;
}
.AnyTagClassName
{
color: #965464;
}
</style>
background-color css
<style>
a { background-color: #965464; }
a { background-color: rgb(150,84,100); }
div.DivClassName
{
background-color: #965464;
}
.BgClassName
{
background-color: #965464;
}
</style>
border-color css
<style>
span { border-color: #965464; }
span { border-color: rgb(150,84,100); }
td.TdClassName
{
border-color: #965464;
}
.TagClassName
{
border-color: #965464;
}
</style>