Shades of Vin Rouge #9D516B
Tints of Vin Rouge #9D516B
RGB
CMYK
RGB Variations
Color information
#9D516B (or 0x9D516B) is known color: Vin Rouge. HEX triplet: 9D, 51 and 6B. RGB value is (157,81,107). Sum of RGB (Red+Green+Blue) = 157+81+107=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D516B is #62AE94. Grayscale: #6A6A6A. Windows color (decimal): -6467221 or 7033245. OLE color: 7033245.
HSL color Cylindrical-coordinate representation of color #9D516B: hue angle of 339.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D516B is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 107 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.38 |
| HSL | 339.47º | 0.32% | 0.47% | - |
| HSV(B) | 339.47º | 0.48% | 0.62% | - |
| XYZ | 19.5 | 14.11 | 15.61 | - |
| YUV | 106.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 107 | 0 | 0.48 | 0.32 | 0.38 | 339.47 | 0.32 | 0.47 |
| Hex | 9D | 51 | 6B | 0 | 30 | 20 | 26 | 153 | 20 | 2F |
| Octal | 235 | 121 | 153 | 0 | 60 | 40 | 46 | 523 | 40 | 57 |
| Binary | 10011101 | 1010001 | 1101011 | 0 | 110000 | 100000 | 100110 | 101010011 | 100000 | 101111 |
Color Harmonies of #9D516B
Complementary color
Monochromatic Colors of #9D516B
Black with #9D516B
Text Example
Text Example
White with #9D516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D516B; }
p { color: rgb(157,81,107); }
H1.HeaderClassName
{
color: #9D516B;
}
.AnyTagClassName
{
color: #9D516B;
}
</style>
background-color css
<style>
a { background-color: #9D516B; }
a { background-color: rgb(157,81,107); }
div.DivClassName
{
background-color: #9D516B;
}
.BgClassName
{
background-color: #9D516B;
}
</style>
border-color css
<style>
span { border-color: #9D516B; }
span { border-color: rgb(157,81,107); }
td.TdClassName
{
border-color: #9D516B;
}
.TagClassName
{
border-color: #9D516B;
}
</style>