Shades of Vin Rouge #A05964
Tints of Vin Rouge #A05964
RGB
CMYK
RGB Variations
Color information
#A05964 (or 0xA05964) is known color: Vin Rouge. HEX triplet: A0, 59 and 64. RGB value is (160,89,100). Sum of RGB (Red+Green+Blue) = 160+89+100=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A05964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05964 is #5FA69B. Grayscale: #6F6F6F. Windows color (decimal): -6268572 or 6576544. OLE color: 6576544.
HSL color Cylindrical-coordinate representation of color #A05964: hue angle of 350.7º degrees, saturation: 0.29, 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 #A05964 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 100 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.37 |
| HSL | 350.7º | 0.29% | 0.49% | - |
| HSV(B) | 350.7º | 0.44% | 0.63% | - |
| XYZ | 20.37 | 15.54 | 13.98 | - |
| YUV | 111.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 100 | 0 | 0.44 | 0.38 | 0.37 | 350.7 | 0.29 | 0.49 |
| Hex | A0 | 59 | 64 | 0 | 2C | 26 | 25 | 15F | 1D | 31 |
| Octal | 240 | 131 | 144 | 0 | 54 | 46 | 45 | 537 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1100100 | 0 | 101100 | 100110 | 100101 | 101011111 | 11101 | 110001 |
Color Harmonies of #A05964
Complementary color
Monochromatic Colors of #A05964
Black with #A05964
Text Example
Text Example
White with #A05964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05964; }
p { color: rgb(160,89,100); }
H1.HeaderClassName
{
color: #A05964;
}
.AnyTagClassName
{
color: #A05964;
}
</style>
background-color css
<style>
a { background-color: #A05964; }
a { background-color: rgb(160,89,100); }
div.DivClassName
{
background-color: #A05964;
}
.BgClassName
{
background-color: #A05964;
}
</style>
border-color css
<style>
span { border-color: #A05964; }
span { border-color: rgb(160,89,100); }
td.TdClassName
{
border-color: #A05964;
}
.TagClassName
{
border-color: #A05964;
}
</style>