Shades of Vin Rouge #974E65
Tints of Vin Rouge #974E65
RGB
CMYK
RGB Variations
Color information
#974E65 (or 0x974E65) is known color: Vin Rouge. HEX triplet: 97, 4E and 65. RGB value is (151,78,101). Sum of RGB (Red+Green+Blue) = 151+78+101=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #974E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E65 is #68B19A. Grayscale: #666666. Windows color (decimal): -6861211 or 6639255. OLE color: 6639255.
HSL color Cylindrical-coordinate representation of color #974E65: hue angle of 341.1º 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 #974E65 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 78 | 101 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.41 |
| HSL | 341.1º | 0.32% | 0.45% | - |
| HSV(B) | 341.1º | 0.48% | 0.59% | - |
| XYZ | 17.84 | 12.97 | 13.87 | - |
| YUV | 102.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 101 | 0 | 0.48 | 0.33 | 0.41 | 341.1 | 0.32 | 0.45 |
| Hex | 97 | 4E | 65 | 0 | 30 | 21 | 29 | 155 | 20 | 2D |
| Octal | 227 | 116 | 145 | 0 | 60 | 41 | 51 | 525 | 40 | 55 |
| Binary | 10010111 | 1001110 | 1100101 | 0 | 110000 | 100001 | 101001 | 101010101 | 100000 | 101101 |
Color Harmonies of #974E65
Complementary color
Monochromatic Colors of #974E65
Black with #974E65
Text Example
Text Example
White with #974E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E65; }
p { color: rgb(151,78,101); }
H1.HeaderClassName
{
color: #974E65;
}
.AnyTagClassName
{
color: #974E65;
}
</style>
background-color css
<style>
a { background-color: #974E65; }
a { background-color: rgb(151,78,101); }
div.DivClassName
{
background-color: #974E65;
}
.BgClassName
{
background-color: #974E65;
}
</style>
border-color css
<style>
span { border-color: #974E65; }
span { border-color: rgb(151,78,101); }
td.TdClassName
{
border-color: #974E65;
}
.TagClassName
{
border-color: #974E65;
}
</style>