Shades of Vin Rouge #9F5569
Tints of Vin Rouge #9F5569
RGB
CMYK
RGB Variations
Color information
#9F5569 (or 0x9F5569) is known color: Vin Rouge. HEX triplet: 9F, 55 and 69. RGB value is (159,85,105). Sum of RGB (Red+Green+Blue) = 159+85+105=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5569 is #60AA96. Grayscale: #6D6D6D. Windows color (decimal): -6335127 or 6903199. OLE color: 6903199.
HSL color Cylindrical-coordinate representation of color #9F5569: hue angle of 343.78º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5569 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 105 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.38 |
| HSL | 343.78º | 0.3% | 0.48% | - |
| HSV(B) | 343.78º | 0.47% | 0.62% | - |
| XYZ | 20.1 | 14.89 | 15.18 | - |
| YUV | 109.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 105 | 0 | 0.47 | 0.34 | 0.38 | 343.78 | 0.3 | 0.48 |
| Hex | 9F | 55 | 69 | 0 | 2F | 22 | 26 | 158 | 1E | 30 |
| Octal | 237 | 125 | 151 | 0 | 57 | 42 | 46 | 530 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1101001 | 0 | 101111 | 100010 | 100110 | 101011000 | 11110 | 110000 |
Color Harmonies of #9F5569
Complementary color
Monochromatic Colors of #9F5569
Black with #9F5569
Text Example
Text Example
White with #9F5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5569; }
p { color: rgb(159,85,105); }
H1.HeaderClassName
{
color: #9F5569;
}
.AnyTagClassName
{
color: #9F5569;
}
</style>
background-color css
<style>
a { background-color: #9F5569; }
a { background-color: rgb(159,85,105); }
div.DivClassName
{
background-color: #9F5569;
}
.BgClassName
{
background-color: #9F5569;
}
</style>
border-color css
<style>
span { border-color: #9F5569; }
span { border-color: rgb(159,85,105); }
td.TdClassName
{
border-color: #9F5569;
}
.TagClassName
{
border-color: #9F5569;
}
</style>