Shades of Vin Rouge #A15A63
Tints of Vin Rouge #A15A63
RGB
CMYK
RGB Variations
Color information
#A15A63 (or 0xA15A63) is known color: Vin Rouge. HEX triplet: A1, 5A and 63. RGB value is (161,90,99). Sum of RGB (Red+Green+Blue) = 161+90+99=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A63 is #5EA59C. Grayscale: #707070. Windows color (decimal): -6202781 or 6511265. OLE color: 6511265.
HSL color Cylindrical-coordinate representation of color #A15A63: hue angle of 352.39º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15A63 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 99 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.37 |
| HSL | 352.39º | 0.28% | 0.49% | - |
| HSV(B) | 352.39º | 0.44% | 0.63% | - |
| XYZ | 20.61 | 15.79 | 13.77 | - |
| YUV | 112.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 99 | 0 | 0.44 | 0.39 | 0.37 | 352.39 | 0.28 | 0.49 |
| Hex | A1 | 5A | 63 | 0 | 2C | 27 | 25 | 160 | 1C | 31 |
| Octal | 241 | 132 | 143 | 0 | 54 | 47 | 45 | 540 | 34 | 61 |
| Binary | 10100001 | 1011010 | 1100011 | 0 | 101100 | 100111 | 100101 | 101100000 | 11100 | 110001 |
Color Harmonies of #A15A63
Complementary color
Monochromatic Colors of #A15A63
Black with #A15A63
Text Example
Text Example
White with #A15A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A63; }
p { color: rgb(161,90,99); }
H1.HeaderClassName
{
color: #A15A63;
}
.AnyTagClassName
{
color: #A15A63;
}
</style>
background-color css
<style>
a { background-color: #A15A63; }
a { background-color: rgb(161,90,99); }
div.DivClassName
{
background-color: #A15A63;
}
.BgClassName
{
background-color: #A15A63;
}
</style>
border-color css
<style>
span { border-color: #A15A63; }
span { border-color: rgb(161,90,99); }
td.TdClassName
{
border-color: #A15A63;
}
.TagClassName
{
border-color: #A15A63;
}
</style>