Shades of Vin Rouge #9D5075
Tints of Vin Rouge #9D5075
RGB
CMYK
RGB Variations
Color information
#9D5075 (or 0x9D5075) is known color: Vin Rouge. HEX triplet: 9D, 50 and 75. RGB value is (157,80,117). Sum of RGB (Red+Green+Blue) = 157+80+117=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5075 is #62AF8A. Grayscale: #6B6B6B. Windows color (decimal): -6467467 or 7688349. OLE color: 7688349.
HSL color Cylindrical-coordinate representation of color #9D5075: hue angle of 331.17º 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 #9D5075 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 117 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.38 |
| HSL | 331.17º | 0.32% | 0.46% | - |
| HSV(B) | 331.17º | 0.49% | 0.62% | - |
| XYZ | 19.98 | 14.19 | 18.52 | - |
| YUV | 107.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 117 | 0 | 0.49 | 0.25 | 0.38 | 331.17 | 0.32 | 0.46 |
| Hex | 9D | 50 | 75 | 0 | 31 | 19 | 26 | 14B | 20 | 2E |
| Octal | 235 | 120 | 165 | 0 | 61 | 31 | 46 | 513 | 40 | 56 |
| Binary | 10011101 | 1010000 | 1110101 | 0 | 110001 | 11001 | 100110 | 101001011 | 100000 | 101110 |
Color Harmonies of #9D5075
Complementary color
Monochromatic Colors of #9D5075
Black with #9D5075
Text Example
Text Example
White with #9D5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5075; }
p { color: rgb(157,80,117); }
H1.HeaderClassName
{
color: #9D5075;
}
.AnyTagClassName
{
color: #9D5075;
}
</style>
background-color css
<style>
a { background-color: #9D5075; }
a { background-color: rgb(157,80,117); }
div.DivClassName
{
background-color: #9D5075;
}
.BgClassName
{
background-color: #9D5075;
}
</style>
border-color css
<style>
span { border-color: #9D5075; }
span { border-color: rgb(157,80,117); }
td.TdClassName
{
border-color: #9D5075;
}
.TagClassName
{
border-color: #9D5075;
}
</style>