Shades of Vin Rouge #A3586F
Tints of Vin Rouge #A3586F
RGB
CMYK
RGB Variations
Color information
#A3586F (or 0xA3586F) is known color: Vin Rouge. HEX triplet: A3, 58 and 6F. RGB value is (163,88,111). Sum of RGB (Red+Green+Blue) = 163+88+111=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3586F is #5CA790. Grayscale: #717171. Windows color (decimal): -6072209 or 7297187. OLE color: 7297187.
HSL color Cylindrical-coordinate representation of color #A3586F: hue angle of 341.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3586F is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 111 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.36 |
| HSL | 341.6º | 0.3% | 0.49% | - |
| HSV(B) | 341.6º | 0.46% | 0.64% | - |
| XYZ | 21.46 | 15.91 | 16.98 | - |
| YUV | 113.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 111 | 0 | 0.46 | 0.32 | 0.36 | 341.6 | 0.3 | 0.49 |
| Hex | A3 | 58 | 6F | 0 | 2E | 20 | 24 | 156 | 1E | 31 |
| Octal | 243 | 130 | 157 | 0 | 56 | 40 | 44 | 526 | 36 | 61 |
| Binary | 10100011 | 1011000 | 1101111 | 0 | 101110 | 100000 | 100100 | 101010110 | 11110 | 110001 |
Color Harmonies of #A3586F
Complementary color
Monochromatic Colors of #A3586F
Black with #A3586F
Text Example
Text Example
White with #A3586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3586F; }
p { color: rgb(163,88,111); }
H1.HeaderClassName
{
color: #A3586F;
}
.AnyTagClassName
{
color: #A3586F;
}
</style>
background-color css
<style>
a { background-color: #A3586F; }
a { background-color: rgb(163,88,111); }
div.DivClassName
{
background-color: #A3586F;
}
.BgClassName
{
background-color: #A3586F;
}
</style>
border-color css
<style>
span { border-color: #A3586F; }
span { border-color: rgb(163,88,111); }
td.TdClassName
{
border-color: #A3586F;
}
.TagClassName
{
border-color: #A3586F;
}
</style>