Shades of Vin Rouge #9D5073
Tints of Vin Rouge #9D5073
RGB
CMYK
RGB Variations
Color information
#9D5073 (or 0x9D5073) is known color: Vin Rouge. HEX triplet: 9D, 50 and 73. RGB value is (157,80,115). Sum of RGB (Red+Green+Blue) = 157+80+115=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5073 is #62AF8C. Grayscale: #6A6A6A. Windows color (decimal): -6467469 or 7557277. OLE color: 7557277.
HSL color Cylindrical-coordinate representation of color #9D5073: hue angle of 332.73º 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 #9D5073 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 115 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.38 |
| HSL | 332.73º | 0.32% | 0.46% | - |
| HSV(B) | 332.73º | 0.49% | 0.62% | - |
| XYZ | 19.87 | 14.14 | 17.9 | - |
| YUV | 107.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 115 | 0 | 0.49 | 0.27 | 0.38 | 332.73 | 0.32 | 0.46 |
| Hex | 9D | 50 | 73 | 0 | 31 | 1B | 26 | 14D | 20 | 2E |
| Octal | 235 | 120 | 163 | 0 | 61 | 33 | 46 | 515 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1110011 | 0 | 110001 | 11011 | 100110 | 101001101 | 100000 | 101110 |
Color Harmonies of #9D5073
Complementary color
Monochromatic Colors of #9D5073
Black with #9D5073
Text Example
Text Example
White with #9D5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5073; }
p { color: rgb(157,80,115); }
H1.HeaderClassName
{
color: #9D5073;
}
.AnyTagClassName
{
color: #9D5073;
}
</style>
background-color css
<style>
a { background-color: #9D5073; }
a { background-color: rgb(157,80,115); }
div.DivClassName
{
background-color: #9D5073;
}
.BgClassName
{
background-color: #9D5073;
}
</style>
border-color css
<style>
span { border-color: #9D5073; }
span { border-color: rgb(157,80,115); }
td.TdClassName
{
border-color: #9D5073;
}
.TagClassName
{
border-color: #9D5073;
}
</style>