Shades of Vin Rouge #A05372
Tints of Vin Rouge #A05372
RGB
CMYK
RGB Variations
Color information
#A05372 (or 0xA05372) is known color: Vin Rouge. HEX triplet: A0, 53 and 72. RGB value is (160,83,114). Sum of RGB (Red+Green+Blue) = 160+83+114=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A05372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05372 is #5FAC8D. Grayscale: #6D6D6D. Windows color (decimal): -6270094 or 7492512. OLE color: 7492512.
HSL color Cylindrical-coordinate representation of color #A05372: hue angle of 335.84º 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 #A05372 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 114 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.37 |
| HSL | 335.84º | 0.32% | 0.48% | - |
| HSV(B) | 335.84º | 0.48% | 0.63% | - |
| XYZ | 20.63 | 14.88 | 17.7 | - |
| YUV | 109.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 114 | 0 | 0.48 | 0.29 | 0.37 | 335.84 | 0.32 | 0.48 |
| Hex | A0 | 53 | 72 | 0 | 30 | 1D | 25 | 150 | 20 | 30 |
| Octal | 240 | 123 | 162 | 0 | 60 | 35 | 45 | 520 | 40 | 60 |
| Binary | 10100000 | 1010011 | 1110010 | 0 | 110000 | 11101 | 100101 | 101010000 | 100000 | 110000 |
Color Harmonies of #A05372
Complementary color
Monochromatic Colors of #A05372
Black with #A05372
Text Example
Text Example
White with #A05372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05372; }
p { color: rgb(160,83,114); }
H1.HeaderClassName
{
color: #A05372;
}
.AnyTagClassName
{
color: #A05372;
}
</style>
background-color css
<style>
a { background-color: #A05372; }
a { background-color: rgb(160,83,114); }
div.DivClassName
{
background-color: #A05372;
}
.BgClassName
{
background-color: #A05372;
}
</style>
border-color css
<style>
span { border-color: #A05372; }
span { border-color: rgb(160,83,114); }
td.TdClassName
{
border-color: #A05372;
}
.TagClassName
{
border-color: #A05372;
}
</style>