Shades of Vin Rouge #9D5068
Tints of Vin Rouge #9D5068
RGB
CMYK
RGB Variations
Color information
#9D5068 (or 0x9D5068) is known color: Vin Rouge. HEX triplet: 9D, 50 and 68. RGB value is (157,80,104). Sum of RGB (Red+Green+Blue) = 157+80+104=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5068 is #62AF97. Grayscale: #696969. Windows color (decimal): -6467480 or 6836381. OLE color: 6836381.
HSL color Cylindrical-coordinate representation of color #9D5068: hue angle of 341.3º 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 #9D5068 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 104 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.38 |
| HSL | 341.3º | 0.32% | 0.46% | - |
| HSV(B) | 341.3º | 0.49% | 0.62% | - |
| XYZ | 19.27 | 13.9 | 14.76 | - |
| YUV | 105.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 104 | 0 | 0.49 | 0.34 | 0.38 | 341.3 | 0.32 | 0.46 |
| Hex | 9D | 50 | 68 | 0 | 31 | 22 | 26 | 155 | 20 | 2E |
| Octal | 235 | 120 | 150 | 0 | 61 | 42 | 46 | 525 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1101000 | 0 | 110001 | 100010 | 100110 | 101010101 | 100000 | 101110 |
Color Harmonies of #9D5068
Complementary color
Monochromatic Colors of #9D5068
Black with #9D5068
Text Example
Text Example
White with #9D5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5068; }
p { color: rgb(157,80,104); }
H1.HeaderClassName
{
color: #9D5068;
}
.AnyTagClassName
{
color: #9D5068;
}
</style>
background-color css
<style>
a { background-color: #9D5068; }
a { background-color: rgb(157,80,104); }
div.DivClassName
{
background-color: #9D5068;
}
.BgClassName
{
background-color: #9D5068;
}
</style>
border-color css
<style>
span { border-color: #9D5068; }
span { border-color: rgb(157,80,104); }
td.TdClassName
{
border-color: #9D5068;
}
.TagClassName
{
border-color: #9D5068;
}
</style>