Shades of Vin Rouge #975B60
Tints of Vin Rouge #975B60
RGB
CMYK
RGB Variations
Color information
#975B60 (or 0x975B60) is known color: Vin Rouge. HEX triplet: 97, 5B and 60. RGB value is (151,91,96). Sum of RGB (Red+Green+Blue) = 151+91+96=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #975B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B60 is #68A49F. Grayscale: #6D6D6D. Windows color (decimal): -6857888 or 6314903. OLE color: 6314903.
HSL color Cylindrical-coordinate representation of color #975B60: hue angle of 355º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B60 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 96 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.41 |
| HSL | 355º | 0.25% | 0.47% | - |
| HSV(B) | 355º | 0.4% | 0.59% | - |
| XYZ | 18.61 | 14.91 | 12.96 | - |
| YUV | 109.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 96 | 0 | 0.40 | 0.36 | 0.41 | 355 | 0.25 | 0.47 |
| Hex | 97 | 5B | 60 | 0 | 28 | 24 | 29 | 163 | 19 | 2F |
| Octal | 227 | 133 | 140 | 0 | 50 | 44 | 51 | 543 | 31 | 57 |
| Binary | 10010111 | 1011011 | 1100000 | 0 | 101000 | 100100 | 101001 | 101100011 | 11001 | 101111 |
Color Harmonies of #975B60
Complementary color
Monochromatic Colors of #975B60
Black with #975B60
Text Example
Text Example
White with #975B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B60; }
p { color: rgb(151,91,96); }
H1.HeaderClassName
{
color: #975B60;
}
.AnyTagClassName
{
color: #975B60;
}
</style>
background-color css
<style>
a { background-color: #975B60; }
a { background-color: rgb(151,91,96); }
div.DivClassName
{
background-color: #975B60;
}
.BgClassName
{
background-color: #975B60;
}
</style>
border-color css
<style>
span { border-color: #975B60; }
span { border-color: rgb(151,91,96); }
td.TdClassName
{
border-color: #975B60;
}
.TagClassName
{
border-color: #975B60;
}
</style>