Shades of Vin Rouge #964F5E
Tints of Vin Rouge #964F5E
RGB
CMYK
RGB Variations
Color information
#964F5E (or 0x964F5E) is known color: Vin Rouge. HEX triplet: 96, 4F and 5E. RGB value is (150,79,94). Sum of RGB (Red+Green+Blue) = 150+79+94=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #964F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F5E is #69B0A1. Grayscale: #656565. Windows color (decimal): -6926498 or 6180758. OLE color: 6180758.
HSL color Cylindrical-coordinate representation of color #964F5E: hue angle of 347.32º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F5E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 79 | 94 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.41 |
| HSL | 347.32º | 0.31% | 0.45% | - |
| HSV(B) | 347.32º | 0.47% | 0.59% | - |
| XYZ | 17.39 | 12.88 | 12.16 | - |
| YUV | 101.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 94 | 0 | 0.47 | 0.37 | 0.41 | 347.32 | 0.31 | 0.45 |
| Hex | 96 | 4F | 5E | 0 | 2F | 25 | 29 | 15B | 1F | 2D |
| Octal | 226 | 117 | 136 | 0 | 57 | 45 | 51 | 533 | 37 | 55 |
| Binary | 10010110 | 1001111 | 1011110 | 0 | 101111 | 100101 | 101001 | 101011011 | 11111 | 101101 |
Color Harmonies of #964F5E
Complementary color
Monochromatic Colors of #964F5E
Black with #964F5E
Text Example
Text Example
White with #964F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F5E; }
p { color: rgb(150,79,94); }
H1.HeaderClassName
{
color: #964F5E;
}
.AnyTagClassName
{
color: #964F5E;
}
</style>
background-color css
<style>
a { background-color: #964F5E; }
a { background-color: rgb(150,79,94); }
div.DivClassName
{
background-color: #964F5E;
}
.BgClassName
{
background-color: #964F5E;
}
</style>
border-color css
<style>
span { border-color: #964F5E; }
span { border-color: rgb(150,79,94); }
td.TdClassName
{
border-color: #964F5E;
}
.TagClassName
{
border-color: #964F5E;
}
</style>