Shades of Vin Rouge #A15866
Tints of Vin Rouge #A15866
RGB
CMYK
RGB Variations
Color information
#A15866 (or 0xA15866) is known color: Vin Rouge. HEX triplet: A1, 58 and 66. RGB value is (161,88,102). Sum of RGB (Red+Green+Blue) = 161+88+102=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A15866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15866 is #5EA799. Grayscale: #6F6F6F. Windows color (decimal): -6203290 or 6707361. OLE color: 6707361.
HSL color Cylindrical-coordinate representation of color #A15866: hue angle of 348.49º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15866 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 102 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.37 |
| HSL | 348.49º | 0.29% | 0.49% | - |
| HSV(B) | 348.49º | 0.45% | 0.63% | - |
| XYZ | 20.59 | 15.52 | 14.48 | - |
| YUV | 111.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 102 | 0 | 0.45 | 0.37 | 0.37 | 348.49 | 0.29 | 0.49 |
| Hex | A1 | 58 | 66 | 0 | 2D | 25 | 25 | 15C | 1D | 31 |
| Octal | 241 | 130 | 146 | 0 | 55 | 45 | 45 | 534 | 35 | 61 |
| Binary | 10100001 | 1011000 | 1100110 | 0 | 101101 | 100101 | 100101 | 101011100 | 11101 | 110001 |
Color Harmonies of #A15866
Complementary color
Monochromatic Colors of #A15866
Black with #A15866
Text Example
Text Example
White with #A15866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15866; }
p { color: rgb(161,88,102); }
H1.HeaderClassName
{
color: #A15866;
}
.AnyTagClassName
{
color: #A15866;
}
</style>
background-color css
<style>
a { background-color: #A15866; }
a { background-color: rgb(161,88,102); }
div.DivClassName
{
background-color: #A15866;
}
.BgClassName
{
background-color: #A15866;
}
</style>
border-color css
<style>
span { border-color: #A15866; }
span { border-color: rgb(161,88,102); }
td.TdClassName
{
border-color: #A15866;
}
.TagClassName
{
border-color: #A15866;
}
</style>