Shades of Vin Rouge #975666
Tints of Vin Rouge #975666
RGB
CMYK
RGB Variations
Color information
#975666 (or 0x975666) is known color: Vin Rouge. HEX triplet: 97, 56 and 66. RGB value is (151,86,102). Sum of RGB (Red+Green+Blue) = 151+86+102=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #975666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975666 is #68A999. Grayscale: #6B6B6B. Windows color (decimal): -6859162 or 6706839. OLE color: 6706839.
HSL color Cylindrical-coordinate representation of color #975666: hue angle of 345.23º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #975666 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 102 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.41 |
| HSL | 345.23º | 0.27% | 0.46% | - |
| HSV(B) | 345.23º | 0.43% | 0.59% | - |
| XYZ | 18.49 | 14.19 | 14.34 | - |
| YUV | 107.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 102 | 0 | 0.43 | 0.32 | 0.41 | 345.23 | 0.27 | 0.46 |
| Hex | 97 | 56 | 66 | 0 | 2B | 20 | 29 | 159 | 1B | 2E |
| Octal | 227 | 126 | 146 | 0 | 53 | 40 | 51 | 531 | 33 | 56 |
| Binary | 10010111 | 1010110 | 1100110 | 0 | 101011 | 100000 | 101001 | 101011001 | 11011 | 101110 |
Color Harmonies of #975666
Complementary color
Monochromatic Colors of #975666
Black with #975666
Text Example
Text Example
White with #975666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975666; }
p { color: rgb(151,86,102); }
H1.HeaderClassName
{
color: #975666;
}
.AnyTagClassName
{
color: #975666;
}
</style>
background-color css
<style>
a { background-color: #975666; }
a { background-color: rgb(151,86,102); }
div.DivClassName
{
background-color: #975666;
}
.BgClassName
{
background-color: #975666;
}
</style>
border-color css
<style>
span { border-color: #975666; }
span { border-color: rgb(151,86,102); }
td.TdClassName
{
border-color: #975666;
}
.TagClassName
{
border-color: #975666;
}
</style>