Shades of Vin Rouge #9D5B69
Tints of Vin Rouge #9D5B69
RGB
CMYK
RGB Variations
Color information
#9D5B69 (or 0x9D5B69) is known color: Vin Rouge. HEX triplet: 9D, 5B and 69. RGB value is (157,91,105). Sum of RGB (Red+Green+Blue) = 157+91+105=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B69 is #62A496. Grayscale: #707070. Windows color (decimal): -6464663 or 6904733. OLE color: 6904733.
HSL color Cylindrical-coordinate representation of color #9D5B69: hue angle of 347.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B69 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 105 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.38 |
| HSL | 347.27º | 0.27% | 0.49% | - |
| HSV(B) | 347.27º | 0.42% | 0.62% | - |
| XYZ | 20.2 | 15.67 | 15.32 | - |
| YUV | 112.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 105 | 0 | 0.42 | 0.33 | 0.38 | 347.27 | 0.27 | 0.49 |
| Hex | 9D | 5B | 69 | 0 | 2A | 21 | 26 | 15B | 1B | 31 |
| Octal | 235 | 133 | 151 | 0 | 52 | 41 | 46 | 533 | 33 | 61 |
| Binary | 10011101 | 1011011 | 1101001 | 0 | 101010 | 100001 | 100110 | 101011011 | 11011 | 110001 |
Color Harmonies of #9D5B69
Complementary color
Monochromatic Colors of #9D5B69
Black with #9D5B69
Text Example
Text Example
White with #9D5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B69; }
p { color: rgb(157,91,105); }
H1.HeaderClassName
{
color: #9D5B69;
}
.AnyTagClassName
{
color: #9D5B69;
}
</style>
background-color css
<style>
a { background-color: #9D5B69; }
a { background-color: rgb(157,91,105); }
div.DivClassName
{
background-color: #9D5B69;
}
.BgClassName
{
background-color: #9D5B69;
}
</style>
border-color css
<style>
span { border-color: #9D5B69; }
span { border-color: rgb(157,91,105); }
td.TdClassName
{
border-color: #9D5B69;
}
.TagClassName
{
border-color: #9D5B69;
}
</style>