Shades of Vin Rouge #9A516B
Tints of Vin Rouge #9A516B
RGB
CMYK
RGB Variations
Color information
#9A516B (or 0x9A516B) is known color: Vin Rouge. HEX triplet: 9A, 51 and 6B. RGB value is (154,81,107). Sum of RGB (Red+Green+Blue) = 154+81+107=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A516B is #65AE94. Grayscale: #696969. Windows color (decimal): -6663829 or 7033242. OLE color: 7033242.
HSL color Cylindrical-coordinate representation of color #9A516B: hue angle of 338.63º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A516B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 107 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.40 |
| HSL | 338.63º | 0.31% | 0.46% | - |
| HSV(B) | 338.63º | 0.47% | 0.6% | - |
| XYZ | 18.92 | 13.82 | 15.58 | - |
| YUV | 105.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 107 | 0 | 0.47 | 0.31 | 0.40 | 338.63 | 0.31 | 0.46 |
| Hex | 9A | 51 | 6B | 0 | 2F | 1F | 28 | 153 | 1F | 2E |
| Octal | 232 | 121 | 153 | 0 | 57 | 37 | 50 | 523 | 37 | 56 |
| Binary | 10011010 | 1010001 | 1101011 | 0 | 101111 | 11111 | 101000 | 101010011 | 11111 | 101110 |
Color Harmonies of #9A516B
Complementary color
Monochromatic Colors of #9A516B
Black with #9A516B
Text Example
Text Example
White with #9A516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A516B; }
p { color: rgb(154,81,107); }
H1.HeaderClassName
{
color: #9A516B;
}
.AnyTagClassName
{
color: #9A516B;
}
</style>
background-color css
<style>
a { background-color: #9A516B; }
a { background-color: rgb(154,81,107); }
div.DivClassName
{
background-color: #9A516B;
}
.BgClassName
{
background-color: #9A516B;
}
</style>
border-color css
<style>
span { border-color: #9A516B; }
span { border-color: rgb(154,81,107); }
td.TdClassName
{
border-color: #9A516B;
}
.TagClassName
{
border-color: #9A516B;
}
</style>