Shades of Vin Rouge #975562
Tints of Vin Rouge #975562
RGB
CMYK
RGB Variations
Color information
#975562 (or 0x975562) is known color: Vin Rouge. HEX triplet: 97, 55 and 62. RGB value is (151,85,98). Sum of RGB (Red+Green+Blue) = 151+85+98=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #975562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975562 is #68AA9D. Grayscale: #6A6A6A. Windows color (decimal): -6859422 or 6444439. OLE color: 6444439.
HSL color Cylindrical-coordinate representation of color #975562: hue angle of 348.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975562 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 98 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.41 |
| HSL | 348.18º | 0.28% | 0.46% | - |
| HSV(B) | 348.18º | 0.44% | 0.59% | - |
| XYZ | 18.22 | 13.96 | 13.29 | - |
| YUV | 106.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 98 | 0 | 0.44 | 0.35 | 0.41 | 348.18 | 0.28 | 0.46 |
| Hex | 97 | 55 | 62 | 0 | 2C | 23 | 29 | 15C | 1C | 2E |
| Octal | 227 | 125 | 142 | 0 | 54 | 43 | 51 | 534 | 34 | 56 |
| Binary | 10010111 | 1010101 | 1100010 | 0 | 101100 | 100011 | 101001 | 101011100 | 11100 | 101110 |
Color Harmonies of #975562
Complementary color
Monochromatic Colors of #975562
Black with #975562
Text Example
Text Example
White with #975562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975562; }
p { color: rgb(151,85,98); }
H1.HeaderClassName
{
color: #975562;
}
.AnyTagClassName
{
color: #975562;
}
</style>
background-color css
<style>
a { background-color: #975562; }
a { background-color: rgb(151,85,98); }
div.DivClassName
{
background-color: #975562;
}
.BgClassName
{
background-color: #975562;
}
</style>
border-color css
<style>
span { border-color: #975562; }
span { border-color: rgb(151,85,98); }
td.TdClassName
{
border-color: #975562;
}
.TagClassName
{
border-color: #975562;
}
</style>