Shades of Vin Rouge #9C4F71
Tints of Vin Rouge #9C4F71
RGB
CMYK
RGB Variations
Color information
#9C4F71 (or 0x9C4F71) is known color: Vin Rouge. HEX triplet: 9C, 4F and 71. RGB value is (156,79,113). Sum of RGB (Red+Green+Blue) = 156+79+113=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F71 is #63B08E. Grayscale: #696969. Windows color (decimal): -6533263 or 7425948. OLE color: 7425948.
HSL color Cylindrical-coordinate representation of color #9C4F71: hue angle of 333.51º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F71 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 113 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.39 |
| HSL | 333.51º | 0.33% | 0.46% | - |
| HSV(B) | 333.51º | 0.49% | 0.61% | - |
| XYZ | 19.49 | 13.85 | 17.27 | - |
| YUV | 105.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 113 | 0 | 0.49 | 0.28 | 0.39 | 333.51 | 0.33 | 0.46 |
| Hex | 9C | 4F | 71 | 0 | 31 | 1C | 27 | 14E | 21 | 2E |
| Octal | 234 | 117 | 161 | 0 | 61 | 34 | 47 | 516 | 41 | 56 |
| Binary | 10011100 | 1001111 | 1110001 | 0 | 110001 | 11100 | 100111 | 101001110 | 100001 | 101110 |
Color Harmonies of #9C4F71
Complementary color
Monochromatic Colors of #9C4F71
Black with #9C4F71
Text Example
Text Example
White with #9C4F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F71; }
p { color: rgb(156,79,113); }
H1.HeaderClassName
{
color: #9C4F71;
}
.AnyTagClassName
{
color: #9C4F71;
}
</style>
background-color css
<style>
a { background-color: #9C4F71; }
a { background-color: rgb(156,79,113); }
div.DivClassName
{
background-color: #9C4F71;
}
.BgClassName
{
background-color: #9C4F71;
}
</style>
border-color css
<style>
span { border-color: #9C4F71; }
span { border-color: rgb(156,79,113); }
td.TdClassName
{
border-color: #9C4F71;
}
.TagClassName
{
border-color: #9C4F71;
}
</style>