Shades of Vin Rouge #A05360
Tints of Vin Rouge #A05360
RGB
CMYK
RGB Variations
Color information
#A05360 (or 0xA05360) is known color: Vin Rouge. HEX triplet: A0, 53 and 60. RGB value is (160,83,96). Sum of RGB (Red+Green+Blue) = 160+83+96=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A05360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05360 is #5FAC9F. Grayscale: #6B6B6B. Windows color (decimal): -6270112 or 6312864. OLE color: 6312864.
HSL color Cylindrical-coordinate representation of color #A05360: hue angle of 349.87º degrees, saturation: 0.32, 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 #A05360 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 96 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.37 |
| HSL | 349.87º | 0.32% | 0.48% | - |
| HSV(B) | 349.87º | 0.48% | 0.63% | - |
| XYZ | 19.7 | 14.5 | 12.83 | - |
| YUV | 107.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 96 | 0 | 0.48 | 0.4 | 0.37 | 349.87 | 0.32 | 0.48 |
| Hex | A0 | 53 | 60 | 0 | 30 | 28 | 25 | 15E | 20 | 30 |
| Octal | 240 | 123 | 140 | 0 | 60 | 50 | 45 | 536 | 40 | 60 |
| Binary | 10100000 | 1010011 | 1100000 | 0 | 110000 | 101000 | 100101 | 101011110 | 100000 | 110000 |
Color Harmonies of #A05360
Complementary color
Monochromatic Colors of #A05360
Black with #A05360
Text Example
Text Example
White with #A05360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05360; }
p { color: rgb(160,83,96); }
H1.HeaderClassName
{
color: #A05360;
}
.AnyTagClassName
{
color: #A05360;
}
</style>
background-color css
<style>
a { background-color: #A05360; }
a { background-color: rgb(160,83,96); }
div.DivClassName
{
background-color: #A05360;
}
.BgClassName
{
background-color: #A05360;
}
</style>
border-color css
<style>
span { border-color: #A05360; }
span { border-color: rgb(160,83,96); }
td.TdClassName
{
border-color: #A05360;
}
.TagClassName
{
border-color: #A05360;
}
</style>