Shades of Vin Rouge #9A5F62
Tints of Vin Rouge #9A5F62
RGB
CMYK
RGB Variations
Color information
#9A5F62 (or 0x9A5F62) is known color: Vin Rouge. HEX triplet: 9A, 5F and 62. RGB value is (154,95,98). Sum of RGB (Red+Green+Blue) = 154+95+98=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5F62 is #65A09D. Grayscale: #717171. Windows color (decimal): -6660254 or 6447002. OLE color: 6447002.
HSL color Cylindrical-coordinate representation of color #9A5F62: hue angle of 356.95º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A5F62 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 95 | 98 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.40 |
| HSL | 356.95º | 0.24% | 0.49% | - |
| HSV(B) | 356.95º | 0.38% | 0.6% | - |
| XYZ | 19.62 | 15.94 | 13.6 | - |
| YUV | 112.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 95 | 98 | 0 | 0.38 | 0.36 | 0.40 | 356.95 | 0.24 | 0.49 |
| Hex | 9A | 5F | 62 | 0 | 26 | 24 | 28 | 165 | 18 | 31 |
| Octal | 232 | 137 | 142 | 0 | 46 | 44 | 50 | 545 | 30 | 61 |
| Binary | 10011010 | 1011111 | 1100010 | 0 | 100110 | 100100 | 101000 | 101100101 | 11000 | 110001 |
Color Harmonies of #9A5F62
Complementary color
Monochromatic Colors of #9A5F62
Black with #9A5F62
Text Example
Text Example
White with #9A5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5F62; }
p { color: rgb(154,95,98); }
H1.HeaderClassName
{
color: #9A5F62;
}
.AnyTagClassName
{
color: #9A5F62;
}
</style>
background-color css
<style>
a { background-color: #9A5F62; }
a { background-color: rgb(154,95,98); }
div.DivClassName
{
background-color: #9A5F62;
}
.BgClassName
{
background-color: #9A5F62;
}
</style>
border-color css
<style>
span { border-color: #9A5F62; }
span { border-color: rgb(154,95,98); }
td.TdClassName
{
border-color: #9A5F62;
}
.TagClassName
{
border-color: #9A5F62;
}
</style>