Shades of Vin Rouge #9C506D
Tints of Vin Rouge #9C506D
RGB
CMYK
RGB Variations
Color information
#9C506D (or 0x9C506D) is known color: Vin Rouge. HEX triplet: 9C, 50 and 6D. RGB value is (156,80,109). Sum of RGB (Red+Green+Blue) = 156+80+109=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C506D is #63AF92. Grayscale: #696969. Windows color (decimal): -6533011 or 7164060. OLE color: 7164060.
HSL color Cylindrical-coordinate representation of color #9C506D: hue angle of 337.11º degrees, saturation: 0.32, 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 #9C506D is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 109 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.39 |
| HSL | 337.11º | 0.32% | 0.46% | - |
| HSV(B) | 337.11º | 0.49% | 0.61% | - |
| XYZ | 19.34 | 13.91 | 16.13 | - |
| YUV | 106.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 109 | 0 | 0.49 | 0.30 | 0.39 | 337.11 | 0.32 | 0.46 |
| Hex | 9C | 50 | 6D | 0 | 31 | 1E | 27 | 151 | 20 | 2E |
| Octal | 234 | 120 | 155 | 0 | 61 | 36 | 47 | 521 | 40 | 56 |
| Binary | 10011100 | 1010000 | 1101101 | 0 | 110001 | 11110 | 100111 | 101010001 | 100000 | 101110 |
Color Harmonies of #9C506D
Complementary color
Monochromatic Colors of #9C506D
Black with #9C506D
Text Example
Text Example
White with #9C506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C506D; }
p { color: rgb(156,80,109); }
H1.HeaderClassName
{
color: #9C506D;
}
.AnyTagClassName
{
color: #9C506D;
}
</style>
background-color css
<style>
a { background-color: #9C506D; }
a { background-color: rgb(156,80,109); }
div.DivClassName
{
background-color: #9C506D;
}
.BgClassName
{
background-color: #9C506D;
}
</style>
border-color css
<style>
span { border-color: #9C506D; }
span { border-color: rgb(156,80,109); }
td.TdClassName
{
border-color: #9C506D;
}
.TagClassName
{
border-color: #9C506D;
}
</style>