Shades of Vin Rouge #9F5165
Tints of Vin Rouge #9F5165
RGB
CMYK
RGB Variations
Color information
#9F5165 (or 0x9F5165) is known color: Vin Rouge. HEX triplet: 9F, 51 and 65. RGB value is (159,81,101). Sum of RGB (Red+Green+Blue) = 159+81+101=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5165 is #60AE9A. Grayscale: #6A6A6A. Windows color (decimal): -6336155 or 6640031. OLE color: 6640031.
HSL color Cylindrical-coordinate representation of color #9F5165: hue angle of 344.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5165 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 101 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.38 |
| HSL | 344.62º | 0.33% | 0.47% | - |
| HSV(B) | 344.62º | 0.49% | 0.62% | - |
| XYZ | 19.59 | 14.2 | 14.02 | - |
| YUV | 106.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 101 | 0 | 0.49 | 0.36 | 0.38 | 344.62 | 0.33 | 0.47 |
| Hex | 9F | 51 | 65 | 0 | 31 | 24 | 26 | 159 | 20 | 2F |
| Octal | 237 | 121 | 145 | 0 | 61 | 44 | 46 | 531 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1100101 | 0 | 110001 | 100100 | 100110 | 101011001 | 100000 | 101111 |
Color Harmonies of #9F5165
Complementary color
Monochromatic Colors of #9F5165
Black with #9F5165
Text Example
Text Example
White with #9F5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5165; }
p { color: rgb(159,81,101); }
H1.HeaderClassName
{
color: #9F5165;
}
.AnyTagClassName
{
color: #9F5165;
}
</style>
background-color css
<style>
a { background-color: #9F5165; }
a { background-color: rgb(159,81,101); }
div.DivClassName
{
background-color: #9F5165;
}
.BgClassName
{
background-color: #9F5165;
}
</style>
border-color css
<style>
span { border-color: #9F5165; }
span { border-color: rgb(159,81,101); }
td.TdClassName
{
border-color: #9F5165;
}
.TagClassName
{
border-color: #9F5165;
}
</style>