Shades of Vin Rouge #9A5962
Tints of Vin Rouge #9A5962
RGB
CMYK
RGB Variations
Color information
#9A5962 (or 0x9A5962) is known color: Vin Rouge. HEX triplet: 9A, 59 and 62. RGB value is (154,89,98). Sum of RGB (Red+Green+Blue) = 154+89+98=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5962 is #65A69D. Grayscale: #6D6D6D. Windows color (decimal): -6661790 or 6445466. OLE color: 6445466.
HSL color Cylindrical-coordinate representation of color #9A5962: hue angle of 351.69º 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 #9A5962 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 98 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.40 |
| HSL | 351.69º | 0.27% | 0.48% | - |
| HSV(B) | 351.69º | 0.42% | 0.6% | - |
| XYZ | 19.1 | 14.9 | 13.42 | - |
| YUV | 109.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 98 | 0 | 0.42 | 0.36 | 0.40 | 351.69 | 0.27 | 0.48 |
| Hex | 9A | 59 | 62 | 0 | 2A | 24 | 28 | 160 | 1B | 30 |
| Octal | 232 | 131 | 142 | 0 | 52 | 44 | 50 | 540 | 33 | 60 |
| Binary | 10011010 | 1011001 | 1100010 | 0 | 101010 | 100100 | 101000 | 101100000 | 11011 | 110000 |
Color Harmonies of #9A5962
Complementary color
Monochromatic Colors of #9A5962
Black with #9A5962
Text Example
Text Example
White with #9A5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5962; }
p { color: rgb(154,89,98); }
H1.HeaderClassName
{
color: #9A5962;
}
.AnyTagClassName
{
color: #9A5962;
}
</style>
background-color css
<style>
a { background-color: #9A5962; }
a { background-color: rgb(154,89,98); }
div.DivClassName
{
background-color: #9A5962;
}
.BgClassName
{
background-color: #9A5962;
}
</style>
border-color css
<style>
span { border-color: #9A5962; }
span { border-color: rgb(154,89,98); }
td.TdClassName
{
border-color: #9A5962;
}
.TagClassName
{
border-color: #9A5962;
}
</style>