Shades of Vin Rouge #974E62
Tints of Vin Rouge #974E62
RGB
CMYK
RGB Variations
Color information
#974E62 (or 0x974E62) is known color: Vin Rouge. HEX triplet: 97, 4E and 62. RGB value is (151,78,98). Sum of RGB (Red+Green+Blue) = 151+78+98=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #974E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E62 is #68B19D. Grayscale: #666666. Windows color (decimal): -6861214 or 6442647. OLE color: 6442647.
HSL color Cylindrical-coordinate representation of color #974E62: hue angle of 343.56º 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 #974E62 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 78 | 98 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.41 |
| HSL | 343.56º | 0.32% | 0.45% | - |
| HSV(B) | 343.56º | 0.48% | 0.59% | - |
| XYZ | 17.69 | 12.91 | 13.11 | - |
| YUV | 102.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 98 | 0 | 0.48 | 0.35 | 0.41 | 343.56 | 0.32 | 0.45 |
| Hex | 97 | 4E | 62 | 0 | 30 | 23 | 29 | 158 | 20 | 2D |
| Octal | 227 | 116 | 142 | 0 | 60 | 43 | 51 | 530 | 40 | 55 |
| Binary | 10010111 | 1001110 | 1100010 | 0 | 110000 | 100011 | 101001 | 101011000 | 100000 | 101101 |
Color Harmonies of #974E62
Complementary color
Monochromatic Colors of #974E62
Black with #974E62
Text Example
Text Example
White with #974E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E62; }
p { color: rgb(151,78,98); }
H1.HeaderClassName
{
color: #974E62;
}
.AnyTagClassName
{
color: #974E62;
}
</style>
background-color css
<style>
a { background-color: #974E62; }
a { background-color: rgb(151,78,98); }
div.DivClassName
{
background-color: #974E62;
}
.BgClassName
{
background-color: #974E62;
}
</style>
border-color css
<style>
span { border-color: #974E62; }
span { border-color: rgb(151,78,98); }
td.TdClassName
{
border-color: #974E62;
}
.TagClassName
{
border-color: #974E62;
}
</style>