Shades of Vin Rouge #9C5761
Tints of Vin Rouge #9C5761
RGB
CMYK
RGB Variations
Color information
#9C5761 (or 0x9C5761) is known color: Vin Rouge. HEX triplet: 9C, 57 and 61. RGB value is (156,87,97). Sum of RGB (Red+Green+Blue) = 156+87+97=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5761 is #63A89E. Grayscale: #6C6C6C. Windows color (decimal): -6531231 or 6379420. OLE color: 6379420.
HSL color Cylindrical-coordinate representation of color #9C5761: hue angle of 351.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5761 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 97 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.39 |
| HSL | 351.3º | 0.28% | 0.48% | - |
| HSV(B) | 351.3º | 0.44% | 0.61% | - |
| XYZ | 19.28 | 14.75 | 13.14 | - |
| YUV | 108.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 97 | 0 | 0.44 | 0.38 | 0.39 | 351.3 | 0.28 | 0.48 |
| Hex | 9C | 57 | 61 | 0 | 2C | 26 | 27 | 15F | 1C | 30 |
| Octal | 234 | 127 | 141 | 0 | 54 | 46 | 47 | 537 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1100001 | 0 | 101100 | 100110 | 100111 | 101011111 | 11100 | 110000 |
Color Harmonies of #9C5761
Complementary color
Monochromatic Colors of #9C5761
Black with #9C5761
Text Example
Text Example
White with #9C5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5761; }
p { color: rgb(156,87,97); }
H1.HeaderClassName
{
color: #9C5761;
}
.AnyTagClassName
{
color: #9C5761;
}
</style>
background-color css
<style>
a { background-color: #9C5761; }
a { background-color: rgb(156,87,97); }
div.DivClassName
{
background-color: #9C5761;
}
.BgClassName
{
background-color: #9C5761;
}
</style>
border-color css
<style>
span { border-color: #9C5761; }
span { border-color: rgb(156,87,97); }
td.TdClassName
{
border-color: #9C5761;
}
.TagClassName
{
border-color: #9C5761;
}
</style>