Shades of Vin Rouge #975D63
Tints of Vin Rouge #975D63
RGB
CMYK
RGB Variations
Color information
#975D63 (or 0x975D63) is known color: Vin Rouge. HEX triplet: 97, 5D and 63. RGB value is (151,93,99). Sum of RGB (Red+Green+Blue) = 151+93+99=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #975D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D63 is #68A29C. Grayscale: #6F6F6F. Windows color (decimal): -6857373 or 6512023. OLE color: 6512023.
HSL color Cylindrical-coordinate representation of color #975D63: hue angle of 353.79º degrees, saturation: 0.24, 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 #975D63 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 93 | 99 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.41 |
| HSL | 353.79º | 0.24% | 0.48% | - |
| HSV(B) | 353.79º | 0.38% | 0.59% | - |
| XYZ | 18.93 | 15.31 | 13.76 | - |
| YUV | 111.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 99 | 0 | 0.38 | 0.34 | 0.41 | 353.79 | 0.24 | 0.48 |
| Hex | 97 | 5D | 63 | 0 | 26 | 22 | 29 | 162 | 18 | 30 |
| Octal | 227 | 135 | 143 | 0 | 46 | 42 | 51 | 542 | 30 | 60 |
| Binary | 10010111 | 1011101 | 1100011 | 0 | 100110 | 100010 | 101001 | 101100010 | 11000 | 110000 |
Color Harmonies of #975D63
Complementary color
Monochromatic Colors of #975D63
Black with #975D63
Text Example
Text Example
White with #975D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975D63; }
p { color: rgb(151,93,99); }
H1.HeaderClassName
{
color: #975D63;
}
.AnyTagClassName
{
color: #975D63;
}
</style>
background-color css
<style>
a { background-color: #975D63; }
a { background-color: rgb(151,93,99); }
div.DivClassName
{
background-color: #975D63;
}
.BgClassName
{
background-color: #975D63;
}
</style>
border-color css
<style>
span { border-color: #975D63; }
span { border-color: rgb(151,93,99); }
td.TdClassName
{
border-color: #975D63;
}
.TagClassName
{
border-color: #975D63;
}
</style>