Shades of Vin Rouge #A15665
Tints of Vin Rouge #A15665
RGB
CMYK
RGB Variations
Color information
#A15665 (or 0xA15665) is known color: Vin Rouge. HEX triplet: A1, 56 and 65. RGB value is (161,86,101). Sum of RGB (Red+Green+Blue) = 161+86+101=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A15665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15665 is #5EA99A. Grayscale: #6E6E6E. Windows color (decimal): -6203803 or 6641313. OLE color: 6641313.
HSL color Cylindrical-coordinate representation of color #A15665: hue angle of 348º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15665 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 101 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.37 |
| HSL | 348º | 0.3% | 0.48% | - |
| HSV(B) | 348º | 0.47% | 0.63% | - |
| XYZ | 20.37 | 15.17 | 14.17 | - |
| YUV | 110.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 101 | 0 | 0.47 | 0.37 | 0.37 | 348 | 0.3 | 0.48 |
| Hex | A1 | 56 | 65 | 0 | 2F | 25 | 25 | 15C | 1E | 30 |
| Octal | 241 | 126 | 145 | 0 | 57 | 45 | 45 | 534 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1100101 | 0 | 101111 | 100101 | 100101 | 101011100 | 11110 | 110000 |
Color Harmonies of #A15665
Complementary color
Monochromatic Colors of #A15665
Black with #A15665
Text Example
Text Example
White with #A15665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15665; }
p { color: rgb(161,86,101); }
H1.HeaderClassName
{
color: #A15665;
}
.AnyTagClassName
{
color: #A15665;
}
</style>
background-color css
<style>
a { background-color: #A15665; }
a { background-color: rgb(161,86,101); }
div.DivClassName
{
background-color: #A15665;
}
.BgClassName
{
background-color: #A15665;
}
</style>
border-color css
<style>
span { border-color: #A15665; }
span { border-color: rgb(161,86,101); }
td.TdClassName
{
border-color: #A15665;
}
.TagClassName
{
border-color: #A15665;
}
</style>