Shades of Vin Rouge #9F5A67
Tints of Vin Rouge #9F5A67
RGB
CMYK
RGB Variations
Color information
#9F5A67 (or 0x9F5A67) is known color: Vin Rouge. HEX triplet: 9F, 5A and 67. RGB value is (159,90,103). Sum of RGB (Red+Green+Blue) = 159+90+103=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A67 is #60A598. Grayscale: #707070. Windows color (decimal): -6333849 or 6773407. OLE color: 6773407.
HSL color Cylindrical-coordinate representation of color #9F5A67: hue angle of 348.7º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A67 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 103 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.38 |
| HSL | 348.7º | 0.28% | 0.49% | - |
| HSV(B) | 348.7º | 0.43% | 0.62% | - |
| XYZ | 20.4 | 15.66 | 14.78 | - |
| YUV | 112.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 103 | 0 | 0.43 | 0.35 | 0.38 | 348.7 | 0.28 | 0.49 |
| Hex | 9F | 5A | 67 | 0 | 2B | 23 | 26 | 15D | 1C | 31 |
| Octal | 237 | 132 | 147 | 0 | 53 | 43 | 46 | 535 | 34 | 61 |
| Binary | 10011111 | 1011010 | 1100111 | 0 | 101011 | 100011 | 100110 | 101011101 | 11100 | 110001 |
Color Harmonies of #9F5A67
Complementary color
Monochromatic Colors of #9F5A67
Black with #9F5A67
Text Example
Text Example
White with #9F5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A67; }
p { color: rgb(159,90,103); }
H1.HeaderClassName
{
color: #9F5A67;
}
.AnyTagClassName
{
color: #9F5A67;
}
</style>
background-color css
<style>
a { background-color: #9F5A67; }
a { background-color: rgb(159,90,103); }
div.DivClassName
{
background-color: #9F5A67;
}
.BgClassName
{
background-color: #9F5A67;
}
</style>
border-color css
<style>
span { border-color: #9F5A67; }
span { border-color: rgb(159,90,103); }
td.TdClassName
{
border-color: #9F5A67;
}
.TagClassName
{
border-color: #9F5A67;
}
</style>