Shades of Vin Rouge #A5516C
Tints of Vin Rouge #A5516C
RGB
CMYK
RGB Variations
Color information
#A5516C (or 0xA5516C) is known color: Vin Rouge. HEX triplet: A5, 51 and 6C. RGB value is (165,81,108). Sum of RGB (Red+Green+Blue) = 165+81+108=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516C is #5AAE93. Grayscale: #6D6D6D. Windows color (decimal): -5942932 or 7098789. OLE color: 7098789.
HSL color Cylindrical-coordinate representation of color #A5516C: hue angle of 340.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5516C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 81 | 108 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.35 |
| HSL | 340.71º | 0.34% | 0.48% | - |
| HSV(B) | 340.71º | 0.51% | 0.65% | - |
| XYZ | 21.17 | 14.97 | 15.96 | - |
| YUV | 109.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 108 | 0 | 0.51 | 0.35 | 0.35 | 340.71 | 0.34 | 0.48 |
| Hex | A5 | 51 | 6C | 0 | 33 | 23 | 23 | 155 | 22 | 30 |
| Octal | 245 | 121 | 154 | 0 | 63 | 43 | 43 | 525 | 42 | 60 |
| Binary | 10100101 | 1010001 | 1101100 | 0 | 110011 | 100011 | 100011 | 101010101 | 100010 | 110000 |
Color Harmonies of #A5516C
Complementary color
Monochromatic Colors of #A5516C
Black with #A5516C
Text Example
Text Example
White with #A5516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5516C; }
p { color: rgb(165,81,108); }
H1.HeaderClassName
{
color: #A5516C;
}
.AnyTagClassName
{
color: #A5516C;
}
</style>
background-color css
<style>
a { background-color: #A5516C; }
a { background-color: rgb(165,81,108); }
div.DivClassName
{
background-color: #A5516C;
}
.BgClassName
{
background-color: #A5516C;
}
</style>
border-color css
<style>
span { border-color: #A5516C; }
span { border-color: rgb(165,81,108); }
td.TdClassName
{
border-color: #A5516C;
}
.TagClassName
{
border-color: #A5516C;
}
</style>