Shades of Vin Rouge #9D4F69
Tints of Vin Rouge #9D4F69
RGB
CMYK
RGB Variations
Color information
#9D4F69 (or 0x9D4F69) is known color: Vin Rouge. HEX triplet: 9D, 4F and 69. RGB value is (157,79,105). Sum of RGB (Red+Green+Blue) = 157+79+105=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F69 is #62B096. Grayscale: #696969. Windows color (decimal): -6467735 or 6901661. OLE color: 6901661.
HSL color Cylindrical-coordinate representation of color #9D4F69: hue angle of 340º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F69 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 79 | 105 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.38 |
| HSL | 340º | 0.33% | 0.46% | - |
| HSV(B) | 340º | 0.5% | 0.62% | - |
| XYZ | 19.25 | 13.78 | 15.01 | - |
| YUV | 105.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 105 | 0 | 0.50 | 0.33 | 0.38 | 340 | 0.33 | 0.46 |
| Hex | 9D | 4F | 69 | 0 | 32 | 21 | 26 | 154 | 21 | 2E |
| Octal | 235 | 117 | 151 | 0 | 62 | 41 | 46 | 524 | 41 | 56 |
| Binary | 10011101 | 1001111 | 1101001 | 0 | 110010 | 100001 | 100110 | 101010100 | 100001 | 101110 |
Color Harmonies of #9D4F69
Complementary color
Monochromatic Colors of #9D4F69
Black with #9D4F69
Text Example
Text Example
White with #9D4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4F69; }
p { color: rgb(157,79,105); }
H1.HeaderClassName
{
color: #9D4F69;
}
.AnyTagClassName
{
color: #9D4F69;
}
</style>
background-color css
<style>
a { background-color: #9D4F69; }
a { background-color: rgb(157,79,105); }
div.DivClassName
{
background-color: #9D4F69;
}
.BgClassName
{
background-color: #9D4F69;
}
</style>
border-color css
<style>
span { border-color: #9D4F69; }
span { border-color: rgb(157,79,105); }
td.TdClassName
{
border-color: #9D4F69;
}
.TagClassName
{
border-color: #9D4F69;
}
</style>