Shades of Vin Rouge #9F5562
Tints of Vin Rouge #9F5562
RGB
CMYK
RGB Variations
Color information
#9F5562 (or 0x9F5562) is known color: Vin Rouge. HEX triplet: 9F, 55 and 62. RGB value is (159,85,98). Sum of RGB (Red+Green+Blue) = 159+85+98=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5562 is #60AA9D. Grayscale: #6C6C6C. Windows color (decimal): -6335134 or 6444447. OLE color: 6444447.
HSL color Cylindrical-coordinate representation of color #9F5562: hue angle of 349.46º 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 #9F5562 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 98 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.38 |
| HSL | 349.46º | 0.3% | 0.48% | - |
| HSV(B) | 349.46º | 0.47% | 0.62% | - |
| XYZ | 19.75 | 14.75 | 13.36 | - |
| YUV | 108.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 98 | 0 | 0.47 | 0.38 | 0.38 | 349.46 | 0.3 | 0.48 |
| Hex | 9F | 55 | 62 | 0 | 2F | 26 | 26 | 15D | 1E | 30 |
| Octal | 237 | 125 | 142 | 0 | 57 | 46 | 46 | 535 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1100010 | 0 | 101111 | 100110 | 100110 | 101011101 | 11110 | 110000 |
Color Harmonies of #9F5562
Complementary color
Monochromatic Colors of #9F5562
Black with #9F5562
Text Example
Text Example
White with #9F5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5562; }
p { color: rgb(159,85,98); }
H1.HeaderClassName
{
color: #9F5562;
}
.AnyTagClassName
{
color: #9F5562;
}
</style>
background-color css
<style>
a { background-color: #9F5562; }
a { background-color: rgb(159,85,98); }
div.DivClassName
{
background-color: #9F5562;
}
.BgClassName
{
background-color: #9F5562;
}
</style>
border-color css
<style>
span { border-color: #9F5562; }
span { border-color: rgb(159,85,98); }
td.TdClassName
{
border-color: #9F5562;
}
.TagClassName
{
border-color: #9F5562;
}
</style>