Shades of Vin Rouge #9C515C
Tints of Vin Rouge #9C515C
RGB
CMYK
RGB Variations
Color information
#9C515C (or 0x9C515C) is known color: Vin Rouge. HEX triplet: 9C, 51 and 5C. RGB value is (156,81,92). Sum of RGB (Red+Green+Blue) = 156+81+92=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C515C is #63AEA3. Grayscale: #686868. Windows color (decimal): -6532772 or 6050204. OLE color: 6050204.
HSL color Cylindrical-coordinate representation of color #9C515C: hue angle of 351.2º 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 #9C515C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 92 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.39 |
| HSL | 351.2º | 0.32% | 0.46% | - |
| HSV(B) | 351.2º | 0.48% | 0.61% | - |
| XYZ | 18.58 | 13.73 | 11.79 | - |
| YUV | 104.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 92 | 0 | 0.48 | 0.41 | 0.39 | 351.2 | 0.32 | 0.46 |
| Hex | 9C | 51 | 5C | 0 | 30 | 29 | 27 | 15F | 20 | 2E |
| Octal | 234 | 121 | 134 | 0 | 60 | 51 | 47 | 537 | 40 | 56 |
| Binary | 10011100 | 1010001 | 1011100 | 0 | 110000 | 101001 | 100111 | 101011111 | 100000 | 101110 |
Color Harmonies of #9C515C
Complementary color
Monochromatic Colors of #9C515C
Black with #9C515C
Text Example
Text Example
White with #9C515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C515C; }
p { color: rgb(156,81,92); }
H1.HeaderClassName
{
color: #9C515C;
}
.AnyTagClassName
{
color: #9C515C;
}
</style>
background-color css
<style>
a { background-color: #9C515C; }
a { background-color: rgb(156,81,92); }
div.DivClassName
{
background-color: #9C515C;
}
.BgClassName
{
background-color: #9C515C;
}
</style>
border-color css
<style>
span { border-color: #9C515C; }
span { border-color: rgb(156,81,92); }
td.TdClassName
{
border-color: #9C515C;
}
.TagClassName
{
border-color: #9C515C;
}
</style>