Shades of Vin Rouge #A15365
Tints of Vin Rouge #A15365
RGB
CMYK
RGB Variations
Color information
#A15365 (or 0xA15365) is known color: Vin Rouge. HEX triplet: A1, 53 and 65. RGB value is (161,83,101). Sum of RGB (Red+Green+Blue) = 161+83+101=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15365 is #5EAC9A. Grayscale: #6C6C6C. Windows color (decimal): -6204571 or 6640545. OLE color: 6640545.
HSL color Cylindrical-coordinate representation of color #A15365: hue angle of 346.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15365 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 101 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.37 |
| HSL | 346.15º | 0.32% | 0.48% | - |
| HSV(B) | 346.15º | 0.48% | 0.63% | - |
| XYZ | 20.14 | 14.7 | 14.09 | - |
| YUV | 108.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 101 | 0 | 0.48 | 0.37 | 0.37 | 346.15 | 0.32 | 0.48 |
| Hex | A1 | 53 | 65 | 0 | 30 | 25 | 25 | 15A | 20 | 30 |
| Octal | 241 | 123 | 145 | 0 | 60 | 45 | 45 | 532 | 40 | 60 |
| Binary | 10100001 | 1010011 | 1100101 | 0 | 110000 | 100101 | 100101 | 101011010 | 100000 | 110000 |
Color Harmonies of #A15365
Complementary color
Monochromatic Colors of #A15365
Black with #A15365
Text Example
Text Example
White with #A15365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15365; }
p { color: rgb(161,83,101); }
H1.HeaderClassName
{
color: #A15365;
}
.AnyTagClassName
{
color: #A15365;
}
</style>
background-color css
<style>
a { background-color: #A15365; }
a { background-color: rgb(161,83,101); }
div.DivClassName
{
background-color: #A15365;
}
.BgClassName
{
background-color: #A15365;
}
</style>
border-color css
<style>
span { border-color: #A15365; }
span { border-color: rgb(161,83,101); }
td.TdClassName
{
border-color: #A15365;
}
.TagClassName
{
border-color: #A15365;
}
</style>