Shades of Vin Rouge #9D596C
Tints of Vin Rouge #9D596C
RGB
CMYK
RGB Variations
Color information
#9D596C (or 0x9D596C) is known color: Vin Rouge. HEX triplet: 9D, 59 and 6C. RGB value is (157,89,108). Sum of RGB (Red+Green+Blue) = 157+89+108=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D596C is #62A693. Grayscale: #6F6F6F. Windows color (decimal): -6465172 or 7100829. OLE color: 7100829.
HSL color Cylindrical-coordinate representation of color #9D596C: hue angle of 343.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D596C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 108 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.38 |
| HSL | 343.24º | 0.28% | 0.48% | - |
| HSV(B) | 343.24º | 0.43% | 0.62% | - |
| XYZ | 20.18 | 15.4 | 16.1 | - |
| YUV | 111.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 108 | 0 | 0.43 | 0.31 | 0.38 | 343.24 | 0.28 | 0.48 |
| Hex | 9D | 59 | 6C | 0 | 2B | 1F | 26 | 157 | 1C | 30 |
| Octal | 235 | 131 | 154 | 0 | 53 | 37 | 46 | 527 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1101100 | 0 | 101011 | 11111 | 100110 | 101010111 | 11100 | 110000 |
Color Harmonies of #9D596C
Complementary color
Monochromatic Colors of #9D596C
Black with #9D596C
Text Example
Text Example
White with #9D596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D596C; }
p { color: rgb(157,89,108); }
H1.HeaderClassName
{
color: #9D596C;
}
.AnyTagClassName
{
color: #9D596C;
}
</style>
background-color css
<style>
a { background-color: #9D596C; }
a { background-color: rgb(157,89,108); }
div.DivClassName
{
background-color: #9D596C;
}
.BgClassName
{
background-color: #9D596C;
}
</style>
border-color css
<style>
span { border-color: #9D596C; }
span { border-color: rgb(157,89,108); }
td.TdClassName
{
border-color: #9D596C;
}
.TagClassName
{
border-color: #9D596C;
}
</style>