Shades of Vin Rouge #974E6B
Tints of Vin Rouge #974E6B
RGB
CMYK
RGB Variations
Color information
#974E6B (or 0x974E6B) is known color: Vin Rouge. HEX triplet: 97, 4E and 6B. RGB value is (151,78,107). Sum of RGB (Red+Green+Blue) = 151+78+107=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E6B is #68B194. Grayscale: #676767. Windows color (decimal): -6861205 or 7032471. OLE color: 7032471.
HSL color Cylindrical-coordinate representation of color #974E6B: hue angle of 336.16º 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 #974E6B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 78 | 107 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.41 |
| HSL | 336.16º | 0.32% | 0.45% | - |
| HSV(B) | 336.16º | 0.48% | 0.59% | - |
| XYZ | 18.14 | 13.09 | 15.48 | - |
| YUV | 103.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 107 | 0 | 0.48 | 0.29 | 0.41 | 336.16 | 0.32 | 0.45 |
| Hex | 97 | 4E | 6B | 0 | 30 | 1D | 29 | 150 | 20 | 2D |
| Octal | 227 | 116 | 153 | 0 | 60 | 35 | 51 | 520 | 40 | 55 |
| Binary | 10010111 | 1001110 | 1101011 | 0 | 110000 | 11101 | 101001 | 101010000 | 100000 | 101101 |
Color Harmonies of #974E6B
Complementary color
Monochromatic Colors of #974E6B
Black with #974E6B
Text Example
Text Example
White with #974E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974E6B; }
p { color: rgb(151,78,107); }
H1.HeaderClassName
{
color: #974E6B;
}
.AnyTagClassName
{
color: #974E6B;
}
</style>
background-color css
<style>
a { background-color: #974E6B; }
a { background-color: rgb(151,78,107); }
div.DivClassName
{
background-color: #974E6B;
}
.BgClassName
{
background-color: #974E6B;
}
</style>
border-color css
<style>
span { border-color: #974E6B; }
span { border-color: rgb(151,78,107); }
td.TdClassName
{
border-color: #974E6B;
}
.TagClassName
{
border-color: #974E6B;
}
</style>