Shades of Vin Rouge #A05071
Tints of Vin Rouge #A05071
RGB
CMYK
RGB Variations
Color information
#A05071 (or 0xA05071) is known color: Vin Rouge. HEX triplet: A0, 50 and 71. RGB value is (160,80,113). Sum of RGB (Red+Green+Blue) = 160+80+113=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A05071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05071 is #5FAF8E. Grayscale: #6B6B6B. Windows color (decimal): -6270863 or 7426208. OLE color: 7426208.
HSL color Cylindrical-coordinate representation of color #A05071: hue angle of 335.25º 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 #A05071 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 113 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.37 |
| HSL | 335.25º | 0.33% | 0.47% | - |
| HSV(B) | 335.25º | 0.5% | 0.63% | - |
| XYZ | 20.35 | 14.4 | 17.33 | - |
| YUV | 107.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 113 | 0 | 0.5 | 0.29 | 0.37 | 335.25 | 0.33 | 0.47 |
| Hex | A0 | 50 | 71 | 0 | 32 | 1D | 25 | 14F | 21 | 2F |
| Octal | 240 | 120 | 161 | 0 | 62 | 35 | 45 | 517 | 41 | 57 |
| Binary | 10100000 | 1010000 | 1110001 | 0 | 110010 | 11101 | 100101 | 101001111 | 100001 | 101111 |
Color Harmonies of #A05071
Complementary color
Monochromatic Colors of #A05071
Black with #A05071
Text Example
Text Example
White with #A05071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05071; }
p { color: rgb(160,80,113); }
H1.HeaderClassName
{
color: #A05071;
}
.AnyTagClassName
{
color: #A05071;
}
</style>
background-color css
<style>
a { background-color: #A05071; }
a { background-color: rgb(160,80,113); }
div.DivClassName
{
background-color: #A05071;
}
.BgClassName
{
background-color: #A05071;
}
</style>
border-color css
<style>
span { border-color: #A05071; }
span { border-color: rgb(160,80,113); }
td.TdClassName
{
border-color: #A05071;
}
.TagClassName
{
border-color: #A05071;
}
</style>