Shades of Vin Rouge #9D5072
Tints of Vin Rouge #9D5072
RGB
CMYK
RGB Variations
Color information
#9D5072 (or 0x9D5072) is known color: Vin Rouge. HEX triplet: 9D, 50 and 72. RGB value is (157,80,114). Sum of RGB (Red+Green+Blue) = 157+80+114=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5072 is #62AF8D. Grayscale: #6A6A6A. Windows color (decimal): -6467470 or 7491741. OLE color: 7491741.
HSL color Cylindrical-coordinate representation of color #9D5072: hue angle of 333.51º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5072 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 114 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.38 |
| HSL | 333.51º | 0.32% | 0.46% | - |
| HSV(B) | 333.51º | 0.49% | 0.62% | - |
| XYZ | 19.81 | 14.12 | 17.6 | - |
| YUV | 106.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 114 | 0 | 0.49 | 0.27 | 0.38 | 333.51 | 0.32 | 0.46 |
| Hex | 9D | 50 | 72 | 0 | 31 | 1B | 26 | 14E | 20 | 2E |
| Octal | 235 | 120 | 162 | 0 | 61 | 33 | 46 | 516 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1110010 | 0 | 110001 | 11011 | 100110 | 101001110 | 100000 | 101110 |
Color Harmonies of #9D5072
Complementary color
Monochromatic Colors of #9D5072
Black with #9D5072
Text Example
Text Example
White with #9D5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5072; }
p { color: rgb(157,80,114); }
H1.HeaderClassName
{
color: #9D5072;
}
.AnyTagClassName
{
color: #9D5072;
}
</style>
background-color css
<style>
a { background-color: #9D5072; }
a { background-color: rgb(157,80,114); }
div.DivClassName
{
background-color: #9D5072;
}
.BgClassName
{
background-color: #9D5072;
}
</style>
border-color css
<style>
span { border-color: #9D5072; }
span { border-color: rgb(157,80,114); }
td.TdClassName
{
border-color: #9D5072;
}
.TagClassName
{
border-color: #9D5072;
}
</style>