Shades of Vin Rouge #A05962
Tints of Vin Rouge #A05962
RGB
CMYK
RGB Variations
Color information
#A05962 (or 0xA05962) is known color: Vin Rouge. HEX triplet: A0, 59 and 62. RGB value is (160,89,98). Sum of RGB (Red+Green+Blue) = 160+89+98=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05962 is #5FA69D. Grayscale: #6F6F6F. Windows color (decimal): -6268574 or 6445472. OLE color: 6445472.
HSL color Cylindrical-coordinate representation of color #A05962: hue angle of 352.39º 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 #A05962 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 89 | 98 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.37 |
| HSL | 352.39º | 0.29% | 0.49% | - |
| HSV(B) | 352.39º | 0.44% | 0.63% | - |
| XYZ | 20.27 | 15.5 | 13.48 | - |
| YUV | 111.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 98 | 0 | 0.44 | 0.39 | 0.37 | 352.39 | 0.29 | 0.49 |
| Hex | A0 | 59 | 62 | 0 | 2C | 27 | 25 | 160 | 1D | 31 |
| Octal | 240 | 131 | 142 | 0 | 54 | 47 | 45 | 540 | 35 | 61 |
| Binary | 10100000 | 1011001 | 1100010 | 0 | 101100 | 100111 | 100101 | 101100000 | 11101 | 110001 |
Color Harmonies of #A05962
Complementary color
Monochromatic Colors of #A05962
Black with #A05962
Text Example
Text Example
White with #A05962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05962; }
p { color: rgb(160,89,98); }
H1.HeaderClassName
{
color: #A05962;
}
.AnyTagClassName
{
color: #A05962;
}
</style>
background-color css
<style>
a { background-color: #A05962; }
a { background-color: rgb(160,89,98); }
div.DivClassName
{
background-color: #A05962;
}
.BgClassName
{
background-color: #A05962;
}
</style>
border-color css
<style>
span { border-color: #A05962; }
span { border-color: rgb(160,89,98); }
td.TdClassName
{
border-color: #A05962;
}
.TagClassName
{
border-color: #A05962;
}
</style>