Shades of Vin Rouge #975C66
Tints of Vin Rouge #975C66
RGB
CMYK
RGB Variations
Color information
#975C66 (or 0x975C66) is known color: Vin Rouge. HEX triplet: 97, 5C and 66. RGB value is (151,92,102). Sum of RGB (Red+Green+Blue) = 151+92+102=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C66 is #68A399. Grayscale: #6E6E6E. Windows color (decimal): -6857626 or 6708375. OLE color: 6708375.
HSL color Cylindrical-coordinate representation of color #975C66: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C66 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 92 | 102 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.41 |
| HSL | 349.83º | 0.24% | 0.48% | - |
| HSV(B) | 349.83º | 0.39% | 0.59% | - |
| XYZ | 18.99 | 15.19 | 14.5 | - |
| YUV | 110.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 102 | 0 | 0.39 | 0.32 | 0.41 | 349.83 | 0.24 | 0.48 |
| Hex | 97 | 5C | 66 | 0 | 27 | 20 | 29 | 15E | 18 | 30 |
| Octal | 227 | 134 | 146 | 0 | 47 | 40 | 51 | 536 | 30 | 60 |
| Binary | 10010111 | 1011100 | 1100110 | 0 | 100111 | 100000 | 101001 | 101011110 | 11000 | 110000 |
Color Harmonies of #975C66
Complementary color
Monochromatic Colors of #975C66
Black with #975C66
Text Example
Text Example
White with #975C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C66; }
p { color: rgb(151,92,102); }
H1.HeaderClassName
{
color: #975C66;
}
.AnyTagClassName
{
color: #975C66;
}
</style>
background-color css
<style>
a { background-color: #975C66; }
a { background-color: rgb(151,92,102); }
div.DivClassName
{
background-color: #975C66;
}
.BgClassName
{
background-color: #975C66;
}
</style>
border-color css
<style>
span { border-color: #975C66; }
span { border-color: rgb(151,92,102); }
td.TdClassName
{
border-color: #975C66;
}
.TagClassName
{
border-color: #975C66;
}
</style>