Shades of Vin Rouge #9C516C
Tints of Vin Rouge #9C516C
RGB
CMYK
RGB Variations
Color information
#9C516C (or 0x9C516C) is known color: Vin Rouge. HEX triplet: 9C, 51 and 6C. RGB value is (156,81,108). Sum of RGB (Red+Green+Blue) = 156+81+108=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C516C is #63AE93. Grayscale: #6A6A6A. Windows color (decimal): -6532756 or 7098780. OLE color: 7098780.
HSL color Cylindrical-coordinate representation of color #9C516C: hue angle of 338.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C516C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 108 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.39 |
| HSL | 338.4º | 0.32% | 0.46% | - |
| HSV(B) | 338.4º | 0.48% | 0.61% | - |
| XYZ | 19.36 | 14.04 | 15.88 | - |
| YUV | 106.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 108 | 0 | 0.48 | 0.31 | 0.39 | 338.4 | 0.32 | 0.46 |
| Hex | 9C | 51 | 6C | 0 | 30 | 1F | 27 | 152 | 20 | 2E |
| Octal | 234 | 121 | 154 | 0 | 60 | 37 | 47 | 522 | 40 | 56 |
| Binary | 10011100 | 1010001 | 1101100 | 0 | 110000 | 11111 | 100111 | 101010010 | 100000 | 101110 |
Color Harmonies of #9C516C
Complementary color
Monochromatic Colors of #9C516C
Black with #9C516C
Text Example
Text Example
White with #9C516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C516C; }
p { color: rgb(156,81,108); }
H1.HeaderClassName
{
color: #9C516C;
}
.AnyTagClassName
{
color: #9C516C;
}
</style>
background-color css
<style>
a { background-color: #9C516C; }
a { background-color: rgb(156,81,108); }
div.DivClassName
{
background-color: #9C516C;
}
.BgClassName
{
background-color: #9C516C;
}
</style>
border-color css
<style>
span { border-color: #9C516C; }
span { border-color: rgb(156,81,108); }
td.TdClassName
{
border-color: #9C516C;
}
.TagClassName
{
border-color: #9C516C;
}
</style>