Shades of Vin Rouge #A05463
Tints of Vin Rouge #A05463
RGB
CMYK
RGB Variations
Color information
#A05463 (or 0xA05463) is known color: Vin Rouge. HEX triplet: A0, 54 and 63. RGB value is (160,84,99). Sum of RGB (Red+Green+Blue) = 160+84+99=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A05463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05463 is #5FAB9C. Grayscale: #6C6C6C. Windows color (decimal): -6269853 or 6509728. OLE color: 6509728.
HSL color Cylindrical-coordinate representation of color #A05463: hue angle of 348.16º degrees, saturation: 0.31, 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 #A05463 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 84 | 99 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.37 |
| HSL | 348.16º | 0.31% | 0.48% | - |
| HSV(B) | 348.16º | 0.48% | 0.63% | - |
| XYZ | 19.92 | 14.72 | 13.59 | - |
| YUV | 108.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 84 | 99 | 0 | 0.48 | 0.38 | 0.37 | 348.16 | 0.31 | 0.48 |
| Hex | A0 | 54 | 63 | 0 | 30 | 26 | 25 | 15C | 1F | 30 |
| Octal | 240 | 124 | 143 | 0 | 60 | 46 | 45 | 534 | 37 | 60 |
| Binary | 10100000 | 1010100 | 1100011 | 0 | 110000 | 100110 | 100101 | 101011100 | 11111 | 110000 |
Color Harmonies of #A05463
Complementary color
Monochromatic Colors of #A05463
Black with #A05463
Text Example
Text Example
White with #A05463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05463; }
p { color: rgb(160,84,99); }
H1.HeaderClassName
{
color: #A05463;
}
.AnyTagClassName
{
color: #A05463;
}
</style>
background-color css
<style>
a { background-color: #A05463; }
a { background-color: rgb(160,84,99); }
div.DivClassName
{
background-color: #A05463;
}
.BgClassName
{
background-color: #A05463;
}
</style>
border-color css
<style>
span { border-color: #A05463; }
span { border-color: rgb(160,84,99); }
td.TdClassName
{
border-color: #A05463;
}
.TagClassName
{
border-color: #A05463;
}
</style>