Shades of Vin Rouge #964E5C
Tints of Vin Rouge #964E5C
RGB
CMYK
RGB Variations
Color information
#964E5C (or 0x964E5C) is known color: Vin Rouge. HEX triplet: 96, 4E and 5C. RGB value is (150,78,92). Sum of RGB (Red+Green+Blue) = 150+78+92=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E5C is #69B1A3. Grayscale: #656565. Windows color (decimal): -6926756 or 6049430. OLE color: 6049430.
HSL color Cylindrical-coordinate representation of color #964E5C: hue angle of 348.33º 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 #964E5C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 92 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.41 |
| HSL | 348.33º | 0.32% | 0.45% | - |
| HSV(B) | 348.33º | 0.48% | 0.59% | - |
| XYZ | 17.23 | 12.71 | 11.67 | - |
| YUV | 101.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 92 | 0 | 0.48 | 0.39 | 0.41 | 348.33 | 0.32 | 0.45 |
| Hex | 96 | 4E | 5C | 0 | 30 | 27 | 29 | 15C | 20 | 2D |
| Octal | 226 | 116 | 134 | 0 | 60 | 47 | 51 | 534 | 40 | 55 |
| Binary | 10010110 | 1001110 | 1011100 | 0 | 110000 | 100111 | 101001 | 101011100 | 100000 | 101101 |
Color Harmonies of #964E5C
Complementary color
Monochromatic Colors of #964E5C
Black with #964E5C
Text Example
Text Example
White with #964E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E5C; }
p { color: rgb(150,78,92); }
H1.HeaderClassName
{
color: #964E5C;
}
.AnyTagClassName
{
color: #964E5C;
}
</style>
background-color css
<style>
a { background-color: #964E5C; }
a { background-color: rgb(150,78,92); }
div.DivClassName
{
background-color: #964E5C;
}
.BgClassName
{
background-color: #964E5C;
}
</style>
border-color css
<style>
span { border-color: #964E5C; }
span { border-color: rgb(150,78,92); }
td.TdClassName
{
border-color: #964E5C;
}
.TagClassName
{
border-color: #964E5C;
}
</style>