Shades of Vin Rouge #9F5669
Tints of Vin Rouge #9F5669
RGB
CMYK
RGB Variations
Color information
#9F5669 (or 0x9F5669) is known color: Vin Rouge. HEX triplet: 9F, 56 and 69. RGB value is (159,86,105). Sum of RGB (Red+Green+Blue) = 159+86+105=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5669 is #60A996. Grayscale: #6D6D6D. Windows color (decimal): -6334871 or 6903455. OLE color: 6903455.
HSL color Cylindrical-coordinate representation of color #9F5669: hue angle of 344.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5669 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 105 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.38 |
| HSL | 344.38º | 0.3% | 0.48% | - |
| HSV(B) | 344.38º | 0.46% | 0.62% | - |
| XYZ | 20.18 | 15.05 | 15.21 | - |
| YUV | 109.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 105 | 0 | 0.46 | 0.34 | 0.38 | 344.38 | 0.3 | 0.48 |
| Hex | 9F | 56 | 69 | 0 | 2E | 22 | 26 | 158 | 1E | 30 |
| Octal | 237 | 126 | 151 | 0 | 56 | 42 | 46 | 530 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1101001 | 0 | 101110 | 100010 | 100110 | 101011000 | 11110 | 110000 |
Color Harmonies of #9F5669
Complementary color
Monochromatic Colors of #9F5669
Black with #9F5669
Text Example
Text Example
White with #9F5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5669; }
p { color: rgb(159,86,105); }
H1.HeaderClassName
{
color: #9F5669;
}
.AnyTagClassName
{
color: #9F5669;
}
</style>
background-color css
<style>
a { background-color: #9F5669; }
a { background-color: rgb(159,86,105); }
div.DivClassName
{
background-color: #9F5669;
}
.BgClassName
{
background-color: #9F5669;
}
</style>
border-color css
<style>
span { border-color: #9F5669; }
span { border-color: rgb(159,86,105); }
td.TdClassName
{
border-color: #9F5669;
}
.TagClassName
{
border-color: #9F5669;
}
</style>