Shades of Vin Rouge #9A515B
Tints of Vin Rouge #9A515B
RGB
CMYK
RGB Variations
Color information
#9A515B (or 0x9A515B) is known color: Vin Rouge. HEX triplet: 9A, 51 and 5B. RGB value is (154,81,91). Sum of RGB (Red+Green+Blue) = 154+81+91=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A515B is #65AEA4. Grayscale: #686868. Windows color (decimal): -6663845 or 5984666. OLE color: 5984666.
HSL color Cylindrical-coordinate representation of color #9A515B: hue angle of 351.78º 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 #9A515B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 91 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.40 |
| HSL | 351.78º | 0.31% | 0.46% | - |
| HSV(B) | 351.78º | 0.47% | 0.6% | - |
| XYZ | 18.16 | 13.51 | 11.55 | - |
| YUV | 103.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 91 | 0 | 0.47 | 0.41 | 0.40 | 351.78 | 0.31 | 0.46 |
| Hex | 9A | 51 | 5B | 0 | 2F | 29 | 28 | 160 | 1F | 2E |
| Octal | 232 | 121 | 133 | 0 | 57 | 51 | 50 | 540 | 37 | 56 |
| Binary | 10011010 | 1010001 | 1011011 | 0 | 101111 | 101001 | 101000 | 101100000 | 11111 | 101110 |
Color Harmonies of #9A515B
Complementary color
Monochromatic Colors of #9A515B
Black with #9A515B
Text Example
Text Example
White with #9A515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A515B; }
p { color: rgb(154,81,91); }
H1.HeaderClassName
{
color: #9A515B;
}
.AnyTagClassName
{
color: #9A515B;
}
</style>
background-color css
<style>
a { background-color: #9A515B; }
a { background-color: rgb(154,81,91); }
div.DivClassName
{
background-color: #9A515B;
}
.BgClassName
{
background-color: #9A515B;
}
</style>
border-color css
<style>
span { border-color: #9A515B; }
span { border-color: rgb(154,81,91); }
td.TdClassName
{
border-color: #9A515B;
}
.TagClassName
{
border-color: #9A515B;
}
</style>