Shades of Vin Rouge #9A5861
Tints of Vin Rouge #9A5861
RGB
CMYK
RGB Variations
Color information
#9A5861 (or 0x9A5861) is known color: Vin Rouge. HEX triplet: 9A, 58 and 61. RGB value is (154,88,97). Sum of RGB (Red+Green+Blue) = 154+88+97=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5861 is #65A79E. Grayscale: #6C6C6C. Windows color (decimal): -6662047 or 6379674. OLE color: 6379674.
HSL color Cylindrical-coordinate representation of color #9A5861: hue angle of 351.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5861 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 97 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.40 |
| HSL | 351.82º | 0.27% | 0.47% | - |
| HSV(B) | 351.82º | 0.43% | 0.6% | - |
| XYZ | 18.97 | 14.71 | 13.15 | - |
| YUV | 108.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 97 | 0 | 0.43 | 0.37 | 0.40 | 351.82 | 0.27 | 0.47 |
| Hex | 9A | 58 | 61 | 0 | 2B | 25 | 28 | 160 | 1B | 2F |
| Octal | 232 | 130 | 141 | 0 | 53 | 45 | 50 | 540 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1100001 | 0 | 101011 | 100101 | 101000 | 101100000 | 11011 | 101111 |
Color Harmonies of #9A5861
Complementary color
Monochromatic Colors of #9A5861
Black with #9A5861
Text Example
Text Example
White with #9A5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5861; }
p { color: rgb(154,88,97); }
H1.HeaderClassName
{
color: #9A5861;
}
.AnyTagClassName
{
color: #9A5861;
}
</style>
background-color css
<style>
a { background-color: #9A5861; }
a { background-color: rgb(154,88,97); }
div.DivClassName
{
background-color: #9A5861;
}
.BgClassName
{
background-color: #9A5861;
}
</style>
border-color css
<style>
span { border-color: #9A5861; }
span { border-color: rgb(154,88,97); }
td.TdClassName
{
border-color: #9A5861;
}
.TagClassName
{
border-color: #9A5861;
}
</style>