Shades of Vin Rouge #9A5961
Tints of Vin Rouge #9A5961
RGB
CMYK
RGB Variations
Color information
#9A5961 (or 0x9A5961) is known color: Vin Rouge. HEX triplet: 9A, 59 and 61. RGB value is (154,89,97). Sum of RGB (Red+Green+Blue) = 154+89+97=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5961 is #65A69E. Grayscale: #6D6D6D. Windows color (decimal): -6661791 or 6379930. OLE color: 6379930.
HSL color Cylindrical-coordinate representation of color #9A5961: hue angle of 352.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5961 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 97 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.40 |
| HSL | 352.62º | 0.27% | 0.48% | - |
| HSV(B) | 352.62º | 0.42% | 0.6% | - |
| XYZ | 19.06 | 14.88 | 13.18 | - |
| YUV | 109.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 97 | 0 | 0.42 | 0.37 | 0.40 | 352.62 | 0.27 | 0.48 |
| Hex | 9A | 59 | 61 | 0 | 2A | 25 | 28 | 161 | 1B | 30 |
| Octal | 232 | 131 | 141 | 0 | 52 | 45 | 50 | 541 | 33 | 60 |
| Binary | 10011010 | 1011001 | 1100001 | 0 | 101010 | 100101 | 101000 | 101100001 | 11011 | 110000 |
Color Harmonies of #9A5961
Complementary color
Monochromatic Colors of #9A5961
Black with #9A5961
Text Example
Text Example
White with #9A5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5961; }
p { color: rgb(154,89,97); }
H1.HeaderClassName
{
color: #9A5961;
}
.AnyTagClassName
{
color: #9A5961;
}
</style>
background-color css
<style>
a { background-color: #9A5961; }
a { background-color: rgb(154,89,97); }
div.DivClassName
{
background-color: #9A5961;
}
.BgClassName
{
background-color: #9A5961;
}
</style>
border-color css
<style>
span { border-color: #9A5961; }
span { border-color: rgb(154,89,97); }
td.TdClassName
{
border-color: #9A5961;
}
.TagClassName
{
border-color: #9A5961;
}
</style>