Shades of Vin Rouge #A05062
Tints of Vin Rouge #A05062
RGB
CMYK
RGB Variations
Color information
#A05062 (or 0xA05062) is known color: Vin Rouge. HEX triplet: A0, 50 and 62. RGB value is (160,80,98). Sum of RGB (Red+Green+Blue) = 160+80+98=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A05062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05062 is #5FAF9D. Grayscale: #696969. Windows color (decimal): -6270878 or 6443168. OLE color: 6443168.
HSL color Cylindrical-coordinate representation of color #A05062: hue angle of 346.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05062 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 98 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.37 |
| HSL | 346.5º | 0.33% | 0.47% | - |
| HSV(B) | 346.5º | 0.5% | 0.63% | - |
| XYZ | 19.57 | 14.09 | 13.24 | - |
| YUV | 105.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 98 | 0 | 0.5 | 0.39 | 0.37 | 346.5 | 0.33 | 0.47 |
| Hex | A0 | 50 | 62 | 0 | 32 | 27 | 25 | 15A | 21 | 2F |
| Octal | 240 | 120 | 142 | 0 | 62 | 47 | 45 | 532 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1100010 | 0 | 110010 | 100111 | 100101 | 101011010 | 100001 | 101111 |
Color Harmonies of #A05062
Complementary color
Monochromatic Colors of #A05062
Black with #A05062
Text Example
Text Example
White with #A05062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05062; }
p { color: rgb(160,80,98); }
H1.HeaderClassName
{
color: #A05062;
}
.AnyTagClassName
{
color: #A05062;
}
</style>
background-color css
<style>
a { background-color: #A05062; }
a { background-color: rgb(160,80,98); }
div.DivClassName
{
background-color: #A05062;
}
.BgClassName
{
background-color: #A05062;
}
</style>
border-color css
<style>
span { border-color: #A05062; }
span { border-color: rgb(160,80,98); }
td.TdClassName
{
border-color: #A05062;
}
.TagClassName
{
border-color: #A05062;
}
</style>