Shades of Vin Rouge #964E5D
Tints of Vin Rouge #964E5D
RGB
CMYK
RGB Variations
Color information
#964E5D (or 0x964E5D) is known color: Vin Rouge. HEX triplet: 96, 4E and 5D. RGB value is (150,78,93). Sum of RGB (Red+Green+Blue) = 150+78+93=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E5D is #69B1A2. Grayscale: #656565. Windows color (decimal): -6926755 or 6114966. OLE color: 6114966.
HSL color Cylindrical-coordinate representation of color #964E5D: hue angle of 347.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E5D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 93 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.41 |
| HSL | 347.5º | 0.32% | 0.45% | - |
| HSV(B) | 347.5º | 0.48% | 0.59% | - |
| XYZ | 17.28 | 12.72 | 11.9 | - |
| YUV | 101.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 93 | 0 | 0.48 | 0.38 | 0.41 | 347.5 | 0.32 | 0.45 |
| Hex | 96 | 4E | 5D | 0 | 30 | 26 | 29 | 15C | 20 | 2D |
| Octal | 226 | 116 | 135 | 0 | 60 | 46 | 51 | 534 | 40 | 55 |
| Binary | 10010110 | 1001110 | 1011101 | 0 | 110000 | 100110 | 101001 | 101011100 | 100000 | 101101 |
Color Harmonies of #964E5D
Complementary color
Monochromatic Colors of #964E5D
Black with #964E5D
Text Example
Text Example
White with #964E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E5D; }
p { color: rgb(150,78,93); }
H1.HeaderClassName
{
color: #964E5D;
}
.AnyTagClassName
{
color: #964E5D;
}
</style>
background-color css
<style>
a { background-color: #964E5D; }
a { background-color: rgb(150,78,93); }
div.DivClassName
{
background-color: #964E5D;
}
.BgClassName
{
background-color: #964E5D;
}
</style>
border-color css
<style>
span { border-color: #964E5D; }
span { border-color: rgb(150,78,93); }
td.TdClassName
{
border-color: #964E5D;
}
.TagClassName
{
border-color: #964E5D;
}
</style>