Shades of Vin Rouge #A1556F
Tints of Vin Rouge #A1556F
RGB
CMYK
RGB Variations
Color information
#A1556F (or 0xA1556F) is known color: Vin Rouge. HEX triplet: A1, 55 and 6F. RGB value is (161,85,111). Sum of RGB (Red+Green+Blue) = 161+85+111=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1556F is #5EAA90. Grayscale: #6E6E6E. Windows color (decimal): -6204049 or 7296417. OLE color: 7296417.
HSL color Cylindrical-coordinate representation of color #A1556F: hue angle of 339.47º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1556F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 111 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.37 |
| HSL | 339.47º | 0.31% | 0.48% | - |
| HSV(B) | 339.47º | 0.47% | 0.63% | - |
| XYZ | 20.82 | 15.22 | 16.88 | - |
| YUV | 110.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 111 | 0 | 0.47 | 0.31 | 0.37 | 339.47 | 0.31 | 0.48 |
| Hex | A1 | 55 | 6F | 0 | 2F | 1F | 25 | 153 | 1F | 30 |
| Octal | 241 | 125 | 157 | 0 | 57 | 37 | 45 | 523 | 37 | 60 |
| Binary | 10100001 | 1010101 | 1101111 | 0 | 101111 | 11111 | 100101 | 101010011 | 11111 | 110000 |
Color Harmonies of #A1556F
Complementary color
Monochromatic Colors of #A1556F
Black with #A1556F
Text Example
Text Example
White with #A1556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1556F; }
p { color: rgb(161,85,111); }
H1.HeaderClassName
{
color: #A1556F;
}
.AnyTagClassName
{
color: #A1556F;
}
</style>
background-color css
<style>
a { background-color: #A1556F; }
a { background-color: rgb(161,85,111); }
div.DivClassName
{
background-color: #A1556F;
}
.BgClassName
{
background-color: #A1556F;
}
</style>
border-color css
<style>
span { border-color: #A1556F; }
span { border-color: rgb(161,85,111); }
td.TdClassName
{
border-color: #A1556F;
}
.TagClassName
{
border-color: #A1556F;
}
</style>