Shades of Vin Rouge #9F566E
Tints of Vin Rouge #9F566E
RGB
CMYK
RGB Variations
Color information
#9F566E (or 0x9F566E) is known color: Vin Rouge. HEX triplet: 9F, 56 and 6E. RGB value is (159,86,110). Sum of RGB (Red+Green+Blue) = 159+86+110=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F566E is #60A991. Grayscale: #6E6E6E. Windows color (decimal): -6334866 or 7231135. OLE color: 7231135.
HSL color Cylindrical-coordinate representation of color #9F566E: hue angle of 340.27º 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 #9F566E is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 110 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.38 |
| HSL | 340.27º | 0.3% | 0.48% | - |
| HSV(B) | 340.27º | 0.46% | 0.62% | - |
| XYZ | 20.44 | 15.15 | 16.6 | - |
| YUV | 110.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 110 | 0 | 0.46 | 0.31 | 0.38 | 340.27 | 0.3 | 0.48 |
| Hex | 9F | 56 | 6E | 0 | 2E | 1F | 26 | 154 | 1E | 30 |
| Octal | 237 | 126 | 156 | 0 | 56 | 37 | 46 | 524 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1101110 | 0 | 101110 | 11111 | 100110 | 101010100 | 11110 | 110000 |
Color Harmonies of #9F566E
Complementary color
Monochromatic Colors of #9F566E
Black with #9F566E
Text Example
Text Example
White with #9F566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F566E; }
p { color: rgb(159,86,110); }
H1.HeaderClassName
{
color: #9F566E;
}
.AnyTagClassName
{
color: #9F566E;
}
</style>
background-color css
<style>
a { background-color: #9F566E; }
a { background-color: rgb(159,86,110); }
div.DivClassName
{
background-color: #9F566E;
}
.BgClassName
{
background-color: #9F566E;
}
</style>
border-color css
<style>
span { border-color: #9F566E; }
span { border-color: rgb(159,86,110); }
td.TdClassName
{
border-color: #9F566E;
}
.TagClassName
{
border-color: #9F566E;
}
</style>