Shades of Vin Rouge #9C5E64
Tints of Vin Rouge #9C5E64
RGB
CMYK
RGB Variations
Color information
#9C5E64 (or 0x9C5E64) is known color: Vin Rouge. HEX triplet: 9C, 5E and 64. RGB value is (156,94,100). Sum of RGB (Red+Green+Blue) = 156+94+100=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E64 is #63A19B. Grayscale: #717171. Windows color (decimal): -6529436 or 6577820. OLE color: 6577820.
HSL color Cylindrical-coordinate representation of color #9C5E64: hue angle of 354.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E64 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 100 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.39 |
| HSL | 354.19º | 0.25% | 0.49% | - |
| HSV(B) | 354.19º | 0.4% | 0.61% | - |
| XYZ | 20.01 | 15.99 | 14.09 | - |
| YUV | 113.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 100 | 0 | 0.40 | 0.36 | 0.39 | 354.19 | 0.25 | 0.49 |
| Hex | 9C | 5E | 64 | 0 | 28 | 24 | 27 | 162 | 19 | 31 |
| Octal | 234 | 136 | 144 | 0 | 50 | 44 | 47 | 542 | 31 | 61 |
| Binary | 10011100 | 1011110 | 1100100 | 0 | 101000 | 100100 | 100111 | 101100010 | 11001 | 110001 |
Color Harmonies of #9C5E64
Complementary color
Monochromatic Colors of #9C5E64
Black with #9C5E64
Text Example
Text Example
White with #9C5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E64; }
p { color: rgb(156,94,100); }
H1.HeaderClassName
{
color: #9C5E64;
}
.AnyTagClassName
{
color: #9C5E64;
}
</style>
background-color css
<style>
a { background-color: #9C5E64; }
a { background-color: rgb(156,94,100); }
div.DivClassName
{
background-color: #9C5E64;
}
.BgClassName
{
background-color: #9C5E64;
}
</style>
border-color css
<style>
span { border-color: #9C5E64; }
span { border-color: rgb(156,94,100); }
td.TdClassName
{
border-color: #9C5E64;
}
.TagClassName
{
border-color: #9C5E64;
}
</style>