Shades of Vin Rouge #975E61
Tints of Vin Rouge #975E61
RGB
CMYK
RGB Variations
Color information
#975E61 (or 0x975E61) is known color: Vin Rouge. HEX triplet: 97, 5E and 61. RGB value is (151,94,97). Sum of RGB (Red+Green+Blue) = 151+94+97=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #975E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E61 is #68A19E. Grayscale: #6F6F6F. Windows color (decimal): -6857119 or 6381207. OLE color: 6381207.
HSL color Cylindrical-coordinate representation of color #975E61: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E61 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 97 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.41 |
| HSL | 356.84º | 0.23% | 0.48% | - |
| HSV(B) | 356.84º | 0.38% | 0.59% | - |
| XYZ | 18.92 | 15.45 | 13.29 | - |
| YUV | 111.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 97 | 0 | 0.38 | 0.36 | 0.41 | 356.84 | 0.23 | 0.48 |
| Hex | 97 | 5E | 61 | 0 | 26 | 24 | 29 | 165 | 17 | 30 |
| Octal | 227 | 136 | 141 | 0 | 46 | 44 | 51 | 545 | 27 | 60 |
| Binary | 10010111 | 1011110 | 1100001 | 0 | 100110 | 100100 | 101001 | 101100101 | 10111 | 110000 |
Color Harmonies of #975E61
Complementary color
Monochromatic Colors of #975E61
Black with #975E61
Text Example
Text Example
White with #975E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E61; }
p { color: rgb(151,94,97); }
H1.HeaderClassName
{
color: #975E61;
}
.AnyTagClassName
{
color: #975E61;
}
</style>
background-color css
<style>
a { background-color: #975E61; }
a { background-color: rgb(151,94,97); }
div.DivClassName
{
background-color: #975E61;
}
.BgClassName
{
background-color: #975E61;
}
</style>
border-color css
<style>
span { border-color: #975E61; }
span { border-color: rgb(151,94,97); }
td.TdClassName
{
border-color: #975E61;
}
.TagClassName
{
border-color: #975E61;
}
</style>