Shades of Vin Rouge #A1576D
Tints of Vin Rouge #A1576D
RGB
CMYK
RGB Variations
Color information
#A1576D (or 0xA1576D) is known color: Vin Rouge. HEX triplet: A1, 57 and 6D. RGB value is (161,87,109). Sum of RGB (Red+Green+Blue) = 161+87+109=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1576D is #5EA892. Grayscale: #6F6F6F. Windows color (decimal): -6203539 or 7165857. OLE color: 7165857.
HSL color Cylindrical-coordinate representation of color #A1576D: hue angle of 342.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1576D is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 109 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.37 |
| HSL | 342.16º | 0.3% | 0.49% | - |
| HSV(B) | 342.16º | 0.46% | 0.63% | - |
| XYZ | 20.87 | 15.5 | 16.36 | - |
| YUV | 111.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 109 | 0 | 0.46 | 0.32 | 0.37 | 342.16 | 0.3 | 0.49 |
| Hex | A1 | 57 | 6D | 0 | 2E | 20 | 25 | 156 | 1E | 31 |
| Octal | 241 | 127 | 155 | 0 | 56 | 40 | 45 | 526 | 36 | 61 |
| Binary | 10100001 | 1010111 | 1101101 | 0 | 101110 | 100000 | 100101 | 101010110 | 11110 | 110001 |
Color Harmonies of #A1576D
Complementary color
Monochromatic Colors of #A1576D
Black with #A1576D
Text Example
Text Example
White with #A1576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1576D; }
p { color: rgb(161,87,109); }
H1.HeaderClassName
{
color: #A1576D;
}
.AnyTagClassName
{
color: #A1576D;
}
</style>
background-color css
<style>
a { background-color: #A1576D; }
a { background-color: rgb(161,87,109); }
div.DivClassName
{
background-color: #A1576D;
}
.BgClassName
{
background-color: #A1576D;
}
</style>
border-color css
<style>
span { border-color: #A1576D; }
span { border-color: rgb(161,87,109); }
td.TdClassName
{
border-color: #A1576D;
}
.TagClassName
{
border-color: #A1576D;
}
</style>