Shades of Vin Rouge #975165
Tints of Vin Rouge #975165
RGB
CMYK
RGB Variations
Color information
#975165 (or 0x975165) is known color: Vin Rouge. HEX triplet: 97, 51 and 65. RGB value is (151,81,101). Sum of RGB (Red+Green+Blue) = 151+81+101=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #975165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975165 is #68AE9A. Grayscale: #686868. Windows color (decimal): -6860443 or 6640023. OLE color: 6640023.
HSL color Cylindrical-coordinate representation of color #975165: hue angle of 342.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975165 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 101 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.41 |
| HSL | 342.86º | 0.3% | 0.45% | - |
| HSV(B) | 342.86º | 0.46% | 0.59% | - |
| XYZ | 18.05 | 13.4 | 13.95 | - |
| YUV | 104.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 101 | 0 | 0.46 | 0.33 | 0.41 | 342.86 | 0.3 | 0.45 |
| Hex | 97 | 51 | 65 | 0 | 2E | 21 | 29 | 157 | 1E | 2D |
| Octal | 227 | 121 | 145 | 0 | 56 | 41 | 51 | 527 | 36 | 55 |
| Binary | 10010111 | 1010001 | 1100101 | 0 | 101110 | 100001 | 101001 | 101010111 | 11110 | 101101 |
Color Harmonies of #975165
Complementary color
Monochromatic Colors of #975165
Black with #975165
Text Example
Text Example
White with #975165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975165; }
p { color: rgb(151,81,101); }
H1.HeaderClassName
{
color: #975165;
}
.AnyTagClassName
{
color: #975165;
}
</style>
background-color css
<style>
a { background-color: #975165; }
a { background-color: rgb(151,81,101); }
div.DivClassName
{
background-color: #975165;
}
.BgClassName
{
background-color: #975165;
}
</style>
border-color css
<style>
span { border-color: #975165; }
span { border-color: rgb(151,81,101); }
td.TdClassName
{
border-color: #975165;
}
.TagClassName
{
border-color: #975165;
}
</style>