Shades of Vin Rouge #A35366
Tints of Vin Rouge #A35366
RGB
CMYK
RGB Variations
Color information
#A35366 (or 0xA35366) is known color: Vin Rouge. HEX triplet: A3, 53 and 66. RGB value is (163,83,102). Sum of RGB (Red+Green+Blue) = 163+83+102=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A35366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35366 is #5CAC99. Grayscale: #6D6D6D. Windows color (decimal): -6073498 or 6706083. OLE color: 6706083.
HSL color Cylindrical-coordinate representation of color #A35366: hue angle of 345.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35366 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 102 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.36 |
| HSL | 345.75º | 0.33% | 0.48% | - |
| HSV(B) | 345.75º | 0.49% | 0.64% | - |
| XYZ | 20.6 | 14.93 | 14.37 | - |
| YUV | 109.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 102 | 0 | 0.49 | 0.37 | 0.36 | 345.75 | 0.33 | 0.48 |
| Hex | A3 | 53 | 66 | 0 | 31 | 25 | 24 | 15A | 21 | 30 |
| Octal | 243 | 123 | 146 | 0 | 61 | 45 | 44 | 532 | 41 | 60 |
| Binary | 10100011 | 1010011 | 1100110 | 0 | 110001 | 100101 | 100100 | 101011010 | 100001 | 110000 |
Color Harmonies of #A35366
Complementary color
Monochromatic Colors of #A35366
Black with #A35366
Text Example
Text Example
White with #A35366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35366; }
p { color: rgb(163,83,102); }
H1.HeaderClassName
{
color: #A35366;
}
.AnyTagClassName
{
color: #A35366;
}
</style>
background-color css
<style>
a { background-color: #A35366; }
a { background-color: rgb(163,83,102); }
div.DivClassName
{
background-color: #A35366;
}
.BgClassName
{
background-color: #A35366;
}
</style>
border-color css
<style>
span { border-color: #A35366; }
span { border-color: rgb(163,83,102); }
td.TdClassName
{
border-color: #A35366;
}
.TagClassName
{
border-color: #A35366;
}
</style>