Shades of Vin Rouge #9F5462
Tints of Vin Rouge #9F5462
RGB
CMYK
RGB Variations
Color information
#9F5462 (or 0x9F5462) is known color: Vin Rouge. HEX triplet: 9F, 54 and 62. RGB value is (159,84,98). Sum of RGB (Red+Green+Blue) = 159+84+98=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5462 is #60AB9D. Grayscale: #6C6C6C. Windows color (decimal): -6335390 or 6444191. OLE color: 6444191.
HSL color Cylindrical-coordinate representation of color #9F5462: hue angle of 348.8º degrees, saturation: 0.31, 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 #9F5462 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 98 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.38 |
| HSL | 348.8º | 0.31% | 0.48% | - |
| HSV(B) | 348.8º | 0.47% | 0.62% | - |
| XYZ | 19.67 | 14.59 | 13.34 | - |
| YUV | 108.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 98 | 0 | 0.47 | 0.38 | 0.38 | 348.8 | 0.31 | 0.48 |
| Hex | 9F | 54 | 62 | 0 | 2F | 26 | 26 | 15D | 1F | 30 |
| Octal | 237 | 124 | 142 | 0 | 57 | 46 | 46 | 535 | 37 | 60 |
| Binary | 10011111 | 1010100 | 1100010 | 0 | 101111 | 100110 | 100110 | 101011101 | 11111 | 110000 |
Color Harmonies of #9F5462
Complementary color
Monochromatic Colors of #9F5462
Black with #9F5462
Text Example
Text Example
White with #9F5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5462; }
p { color: rgb(159,84,98); }
H1.HeaderClassName
{
color: #9F5462;
}
.AnyTagClassName
{
color: #9F5462;
}
</style>
background-color css
<style>
a { background-color: #9F5462; }
a { background-color: rgb(159,84,98); }
div.DivClassName
{
background-color: #9F5462;
}
.BgClassName
{
background-color: #9F5462;
}
</style>
border-color css
<style>
span { border-color: #9F5462; }
span { border-color: rgb(159,84,98); }
td.TdClassName
{
border-color: #9F5462;
}
.TagClassName
{
border-color: #9F5462;
}
</style>