Shades of Vin Rouge #9C515B
Tints of Vin Rouge #9C515B
RGB
CMYK
RGB Variations
Color information
#9C515B (or 0x9C515B) is known color: Vin Rouge. HEX triplet: 9C, 51 and 5B. RGB value is (156,81,91). Sum of RGB (Red+Green+Blue) = 156+81+91=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C515B is #63AEA4. Grayscale: #686868. Windows color (decimal): -6532773 or 5984668. OLE color: 5984668.
HSL color Cylindrical-coordinate representation of color #9C515B: hue angle of 352º 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 #9C515B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 91 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.39 |
| HSL | 352º | 0.32% | 0.46% | - |
| HSV(B) | 352º | 0.48% | 0.61% | - |
| XYZ | 18.54 | 13.71 | 11.57 | - |
| YUV | 104.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 91 | 0 | 0.48 | 0.42 | 0.39 | 352 | 0.32 | 0.46 |
| Hex | 9C | 51 | 5B | 0 | 30 | 2A | 27 | 160 | 20 | 2E |
| Octal | 234 | 121 | 133 | 0 | 60 | 52 | 47 | 540 | 40 | 56 |
| Binary | 10011100 | 1010001 | 1011011 | 0 | 110000 | 101010 | 100111 | 101100000 | 100000 | 101110 |
Color Harmonies of #9C515B
Complementary color
Monochromatic Colors of #9C515B
Black with #9C515B
Text Example
Text Example
White with #9C515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C515B; }
p { color: rgb(156,81,91); }
H1.HeaderClassName
{
color: #9C515B;
}
.AnyTagClassName
{
color: #9C515B;
}
</style>
background-color css
<style>
a { background-color: #9C515B; }
a { background-color: rgb(156,81,91); }
div.DivClassName
{
background-color: #9C515B;
}
.BgClassName
{
background-color: #9C515B;
}
</style>
border-color css
<style>
span { border-color: #9C515B; }
span { border-color: rgb(156,81,91); }
td.TdClassName
{
border-color: #9C515B;
}
.TagClassName
{
border-color: #9C515B;
}
</style>